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

    • AuthManagerException

      public AuthManagerException(String errorCode, String errorMessage, Throwable cause)
      Parameters:
      errorCode - The error code for this exception
      errorMessage - The error message for this exception
      cause - The throwable cause
    • AuthManagerException

      public AuthManagerException(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)