Class IdentityAssuranceException

    • Constructor Detail

      • IdentityAssuranceException

        public IdentityAssuranceException()
        The default constructor.
      • IdentityAssuranceException

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

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

        public IdentityAssuranceException​(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.