Class PasswordException

All Implemented Interfaces:
Serializable

public class PasswordException extends OrchestrationException
The PasswordException exception is raised when a user-input password error arises.
See Also:
  • Constructor Details

    • PasswordException

      public PasswordException(String message, int errorCode)
      Constructor
      Parameters:
      message - message describing the exception
      errorCode - error code
  • Method Details

    • getErrorCode

      public int getErrorCode()
      Get error code attached to the exception
      Returns:
      error code