Class AuthManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mosip.kernel.auth.defaultimpl.exception.AuthManagerException
- All Implemented Interfaces:
Serializable
- Author:
- Ramadurai Pandian
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthManagerException(String errorCode, String errorMessage) Constructor the initialize Handler exceptionAuthManagerException(String errorCode, String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthManagerException
- Parameters:
errorCode- The error code for this exceptionerrorMessage- The error message for this exceptioncause- The throwable cause
-
AuthManagerException
Constructor the initialize Handler exception- Parameters:
errorCode- The error code for this exceptionerrorMessage- The error message for this exception
-
-
Method Details
-
getErrorCode
-
setErrorCode
-