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