public class AuthenticationException extends Exception
| Constructor and Description |
|---|
AuthenticationException()
Instantiates a new authentication exception.
|
AuthenticationException(String message)
Instantiates a new authentication exception.
|
AuthenticationException(String message,
Throwable cause)
Instantiates a new authentication exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException()
public AuthenticationException(String message)
message - the messageCopyright © 2003–2016 eXo Platform SAS. All rights reserved.