Class OrchestrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vasco.orchestration.client.exceptions.OrchestrationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActivationInputException
,InputException
,PasswordException
The
OrchestrationException
is the general exception raised by the Orchestration SDK.- 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
-
OrchestrationException
constructor- Parameters:
message
- message describing the exception
-