AuthenticationException Class
- public class AuthenticationException
extends RepositoryException
This Exception is thrown when a user fails authentication.
-
Hierarchy
-
Object
Throwable
Exception
RepositoryException
AuthenticationException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationException
public AuthenticationException(String
message,
Throwable
cause)
AuthenticationException
public AuthenticationException(String
message)
AuthenticationException
public AuthenticationException(Throwable
cause)