Class ConstraintException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.authlete.common.assurance.constraint.ConstraintException
All Implemented Interfaces:
Serializable

public class ConstraintException extends RuntimeException
An exception that indicates the structure does not conform to the specification (OpenID Connect for Identity Assurance 1.0).
Since:
2.63
See Also:
  • Constructor Details

    • ConstraintException

      public ConstraintException()
      The default constructor.
    • ConstraintException

      public ConstraintException(String message)
      The constructor with a message.
      Parameters:
      message - A message that explains this exception.
    • ConstraintException

      public ConstraintException(Throwable cause)
      The constructor with a cause.
      Parameters:
      cause - The cause of this exception.
    • ConstraintException

      public ConstraintException(String message, Throwable cause)
      The constructor with a message and a cause.
      Parameters:
      message - A message that explains this exception.
      cause - The cause of this exception.