Class InputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vasco.orchestration.client.exceptions.OrchestrationException
com.vasco.orchestration.client.exceptions.InputException
- All Implemented Interfaces:
Serializable
The
InputException
exception is raised when a user-input error arises.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InputException
Constructor- Parameters:
message
- message describing the exceptionerrorCode
- error code
-
-
Method Details
-
getErrorCode
public int getErrorCode()Get error code attached to the exception- Returns:
- error code
-