Class ActivationInputError
java.lang.Object
com.vasco.orchestration.client.flows.activation.ActivationInputError
- Direct Known Subclasses:
OnlineActivationInputError
The
ActivationInputError
object defines errors related to user input occurring during an
activation process.-
Constructor Summary
ConstructorsConstructorDescriptionActivationInputError
(int errorCode, ActivationInputException activationInputException) ConstructorActivationInputError
(ActivationInputException activationInputException) Constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns the activationInputException attached to the errorint
Returns the error code attached to the error
-
Constructor Details
-
ActivationInputError
Constructor- Parameters:
errorCode
- error codeactivationInputException
- activationInputException
-
ActivationInputError
Constructor- Parameters:
activationInputException
- activationInputException that contains an error code and an activationInputException
-
-
Method Details
-
getErrorCode
public int getErrorCode()Returns the error code attached to the error- Returns:
- error code
-
getActivationInputException
Returns the activationInputException attached to the error- Returns:
- activationInputException
-