Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.tools.authentication.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnrecoverableAuthenticationException

public class AuthenticationException extends Exception
Represents an authentication error or failure.
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String message)
      Constructs a new exception with the given message.
      Parameters:
      message - error message
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)
      Constructs a new exception with the given message and root cause.
      Parameters:
      message - error message
      cause - root cause