Class ClientAssertionSigningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.auth0.exception.ClientAssertionSigningException
All Implemented Interfaces:
Serializable

public class ClientAssertionSigningException extends RuntimeException
Reqpresents an exception when creating the signed client assertion.
See Also:
  • Constructor Details

    • ClientAssertionSigningException

      public ClientAssertionSigningException(String message)
      Create a new instance.
      Parameters:
      message - the message of the exception.
    • ClientAssertionSigningException

      public ClientAssertionSigningException(String message, Throwable cause)
      Create a new instance.
      Parameters:
      message - the message of the exception.
      cause - the cause of the exception.