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:
-
Field Summary
Fields inherited from class io.mosip.kernel.core.exception.BaseUncheckedException
EMPTY_SPACE -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates 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, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdAuthUncheckedException
public IdAuthUncheckedException()Instantiates a new id auth unchecked exception. -
IdAuthUncheckedException
Instantiates a new id repo app unchecked exception.- Parameters:
errorCode- the error codeerrorMessage- the error message
-
IdAuthUncheckedException
Instantiates a new id repo app unchecked exception.- Parameters:
errorCode- the error codeerrorMessage- the error messagerootCause- the root cause
-
IdAuthUncheckedException
Instantiates a new id repo app unchecked exception.- Parameters:
exceptionConstant- the exception constant
-
IdAuthUncheckedException
public IdAuthUncheckedException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause)
-