Class OrchestrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.vasco.orchestration.client.exceptions.OrchestrationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ActivationInputException
,InputException
,PasswordException
public class OrchestrationException extends java.lang.Exception
TheOrchestrationException
is the general exception raised by the Orchestration SDK.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrchestrationException(java.lang.String message)
constructor
-