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
public class AuthManagerException extends RuntimeException
- Author:
- Ramadurai Pandian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthManagerException(String errorCode, String errorMessage)Constructor the initialize Handler exceptionAuthManagerException(String errorCode, String errorMessage, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()voidsetErrorCode(String errorCode)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-