Package com.auth0.exception
Class ClientAssertionSigningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.auth0.exception.ClientAssertionSigningException
- All Implemented Interfaces:
Serializable
Reqpresents an exception when creating the signed client assertion.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientAssertionSigningException(String message) Create a new instance.ClientAssertionSigningException(String message, Throwable cause) Create a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientAssertionSigningException
Create a new instance.- Parameters:
message- the message of the exception.
-
ClientAssertionSigningException
Create a new instance.- Parameters:
message- the message of the exception.cause- the cause of the exception.
-