Class LoginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.mosip.kernel.auth.defaultimpl.exception.LoginException
-
- All Implemented Interfaces:
Serializable
public class LoginException extends RuntimeException
- Author:
- Ramadurai Pandian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginException(String errorCode, String errorMessage)Constructor the initialize Handler exceptionLoginException(String errorCode, String errorMessage, Throwable rootCause)
-
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
-
-