Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lyo.server.oauth.core.AuthenticationException
- All Implemented Interfaces:
Serializable
An exception indicating that authentication failed.
- Author:
- Samuel Padgett
- See Also:
-
Constructor Summary
ConstructorDescriptionAuthenticationException
(String message) AuthenticationException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
public AuthenticationException() -
AuthenticationException
-
AuthenticationException
-
AuthenticationException
-