Class IDAuthenticationUnknownException

All Implemented Interfaces:
ObjectWithMetadata, Serializable

public class IDAuthenticationUnknownException extends IdAuthenticationBusinessException
The Class UnknownException - Thrown when an unknown exception occurs.
Author:
Manoj SP
See Also:
  • Constructor Details

    • IDAuthenticationUnknownException

      public IDAuthenticationUnknownException()
      Instantiates a new unknown exception.
    • IDAuthenticationUnknownException

      public IDAuthenticationUnknownException(IdAuthenticationErrorConstants exceptionConstant)
      Instantiates a new unknown exception.
      Parameters:
      exceptionConstant - the exception constant
    • IDAuthenticationUnknownException

      public IDAuthenticationUnknownException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause)
      Instantiates a new unknown exception.
      Parameters:
      exceptionConstant - the exception constant
      rootCause - the root cause