Class AuthManagerException

    • Constructor Detail

      • 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 Detail

      • getErrorCode

        public String getErrorCode()
      • setErrorCode

        public void setErrorCode​(String errorCode)