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

public class AuthenticationException extends Exception
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException()
    • AuthenticationException

      public AuthenticationException(String message)
    • AuthenticationException

      public AuthenticationException(String message, Throwable rootCause)
    • AuthenticationException

      public AuthenticationException(Throwable rootCause)
  • Method Details

    • getRootCause

      public Throwable getRootCause()