Class SecurityFailedException

All Implemented Interfaces:
ObjectWithMetadata, Serializable

public class SecurityFailedException extends IdAuthenticationBusinessException
The Class SecurityFailedException - Thrown when security check is failed.
Author:
Manoj SP
See Also:
  • Constructor Details

    • SecurityFailedException

      public SecurityFailedException()
      Instantiates a new security failed exception.
    • SecurityFailedException

      public SecurityFailedException(IdAuthenticationErrorConstants exceptionConstant)
      Instantiates a new security failed exception.
      Parameters:
      exceptionConstant - the exception constant
    • SecurityFailedException

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