Class IdAuthUncheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.mosip.kernel.core.exception.BaseUncheckedException
-
- io.mosip.authentication.core.exception.IdAuthUncheckedException
-
- All Implemented Interfaces:
Serializable
public class IdAuthUncheckedException extends io.mosip.kernel.core.exception.BaseUncheckedException- Author:
- Arun Bose The Class IdAuthUncheckedException to handle unchecked exceptions
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdAuthUncheckedException()Instantiates a new id auth unchecked exception.IdAuthUncheckedException(IdAuthenticationErrorConstants exceptionConstant)Instantiates a new id repo app unchecked exception.IdAuthUncheckedException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause)IdAuthUncheckedException(String errorCode, String errorMessage)Instantiates a new id repo app unchecked exception.IdAuthUncheckedException(String errorCode, String errorMessage, Throwable rootCause)Instantiates a new id repo app unchecked exception.
-
Method Summary
-
Methods inherited from class io.mosip.kernel.core.exception.BaseUncheckedException
addInfo, getCodes, getErrorCode, getErrorText, getErrorTexts, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IdAuthUncheckedException
public IdAuthUncheckedException()
Instantiates a new id auth unchecked exception.
-
IdAuthUncheckedException
public IdAuthUncheckedException(String errorCode, String errorMessage)
Instantiates a new id repo app unchecked exception.- Parameters:
errorCode- the error codeerrorMessage- the error message
-
IdAuthUncheckedException
public IdAuthUncheckedException(String errorCode, String errorMessage, Throwable rootCause)
Instantiates a new id repo app unchecked exception.- Parameters:
errorCode- the error codeerrorMessage- the error messagerootCause- the root cause
-
IdAuthUncheckedException
public IdAuthUncheckedException(IdAuthenticationErrorConstants exceptionConstant)
Instantiates a new id repo app unchecked exception.- Parameters:
exceptionConstant- the exception constant
-
IdAuthUncheckedException
public IdAuthUncheckedException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause)
-
-