Class LoginException

    • Constructor Detail

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

      • getErrorCode

        public String getErrorCode()
      • setErrorCode

        public void setErrorCode​(String errorCode)