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:
java.io.Serializable
public class ActivationInputException extends OrchestrationException
TheActivationInputException
exception is raised during activation-specific flows. Possible error codes are defined inActivationInputError
andOnlineActivationInputError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivationInputException(java.lang.String message, int errorCode)
constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
get error code attached to the error
-
-
-
Method Detail
-
getErrorCode
public int getErrorCode()
get error code attached to the error- Returns:
- error code. Possible error codes are defined in
ActivationInputError
andOnlineActivationInputError
-
-