Class IdAuthRetryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mosip.kernel.core.exception.BaseUncheckedException
io.mosip.authentication.core.exception.IdAuthRetryException
All Implemented Interfaces:
Serializable

public class IdAuthRetryException extends io.mosip.kernel.core.exception.BaseUncheckedException
The Class IdAuthRetryException - Unchecked exception used to trigger retry in RestHelper.
Author:
Manoj SP
See Also:
  • Constructor Details

    • IdAuthRetryException

      public IdAuthRetryException()
      Instantiates a new id auth retry exception.
    • IdAuthRetryException

      public IdAuthRetryException(String errorCode, String errorMessage)
      Instantiates a new id auth retry exception.
      Parameters:
      errorCode - the error code
      errorMessage - the error message
    • IdAuthRetryException

      public IdAuthRetryException(String errorCode, String errorMessage, Throwable rootCause)
      Instantiates a new id auth retry exception.
      Parameters:
      errorCode - the error code
      errorMessage - the error message
      rootCause - the root cause
    • IdAuthRetryException

      public IdAuthRetryException(IdAuthenticationErrorConstants exceptionConstant)
      Instantiates a new id auth retry exception.
      Parameters:
      exceptionConstant - the exception constant
    • IdAuthRetryException

      public IdAuthRetryException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause)
      Instantiates a new id auth retry exception.
      Parameters:
      exceptionConstant - the exception constant
      rootCause - the root cause
    • IdAuthRetryException

      public IdAuthRetryException(io.mosip.kernel.core.exception.BaseCheckedException rootCause)
      Instantiates a new id auth retry exception.
      Parameters:
      rootCause - the root cause
    • IdAuthRetryException

      public IdAuthRetryException(io.mosip.kernel.core.exception.BaseUncheckedException rootCause)
      Instantiates a new id auth retry exception.
      Parameters:
      rootCause - the root cause