public class AuthorizationException extends FMSException
| Constructor and Description |
|---|
AuthorizationException(List<Error> error)
Constructor AuthorizationException
|
AuthorizationException(String errorMessage)
Constructor AuthorizationException
|
AuthorizationException(String errorMessage,
Throwable throwable)
Constructor AuthorizationException
|
AuthorizationException(Throwable throwable)
Constructor AuthorizationException
|
getErrorList, getString, getThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthorizationException(List<Error> error)
error - the list of errorspublic AuthorizationException(String errorMessage)
errorMessage - the error messagepublic AuthorizationException(Throwable throwable)
throwable - the throwableCopyright © 2017. All rights reserved.