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, getThrowable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.