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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientAuthenticationException(String message, Throwable cause)
Constructs a new exception with the given message and root cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-