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:
  • Constructor Details

    • LoginException

      public LoginException(String errorCode, String errorMessage, Throwable rootCause)
    • LoginException

      public LoginException(String errorCode, String errorMessage)
      Constructor the initialize Handler exception
      Parameters:
      errorCode - The error code for this exception
      errorMessage - The error message for this exception
  • Method Details

    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)