Class ClientAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.filter.oauth2.client.ClientAuthenticationException
All Implemented Interfaces:
Serializable

public class ClientAuthenticationException extends Exception
Represents a ClientAuthenticationException when the client fails to authenticate.
See Also:
  • Constructor Details

    • ClientAuthenticationException

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