Class ClientAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.filter.oauth2.client.ClientAuthenticationException
- All Implemented Interfaces:
Serializable
Represents a ClientAuthenticationException when the client fails to authenticate.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientAuthenticationException(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
-
Constructor Details
-
ClientAuthenticationException
Constructs a new exception with the given message and root cause.- Parameters:
message- The error messagecause- The root cause
-