Class PasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.vasco.orchestration.client.exceptions.OrchestrationException
-
- com.vasco.orchestration.client.exceptions.PasswordException
-
- All Implemented Interfaces:
java.io.Serializable
public class PasswordException extends OrchestrationException
ThePasswordException
exception is raised when a user-input password error arises.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordException(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 exception
-