Class InputException

All Implemented Interfaces:
Serializable

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

    • InputException

      public InputException(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