Package org.codice.ddf.platform.filter
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.platform.filter.AuthenticationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationChallengeException,AuthenticationFailureException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException(String message) AuthenticationException(String message, Throwable rootCause) AuthenticationException(Throwable rootCause) -
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
-
-
Method Details
-
getRootCause
-