Class ActivationInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vasco.orchestration.client.exceptions.OrchestrationException
com.vasco.orchestration.client.exceptions.ActivationInputException
- All Implemented Interfaces:
Serializable
The
ActivationInputException
exception is raised during activation-specific flows.
Possible error codes are defined in ActivationInputError
and OnlineActivationInputError
- 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
-
ActivationInputException
constructor- Parameters:
message
- message describing the exceptionerrorCode
- error code
-
-
Method Details
-
getErrorCode
public int getErrorCode()get error code attached to the error- Returns:
- error code. Possible error codes are defined in
ActivationInputError
andOnlineActivationInputError
-