public class SecurityException
extends java.lang.Exception
implements java.io.Serializable
Indicates the the system can not perform the requested operation because the supplied pin or security key is invalid, or the security key does not have the required privileges.
Modifier and Type | Field and Description |
---|---|
static int |
DISALLOWED
Incorrect level of privileges.
|
static int |
PIN_INCORRECT
Incorrect pin.
|
Constructor and Description |
---|
SecurityException(int reasonType) |
SecurityException(java.lang.String message,
int reasonType) |
SecurityException(java.lang.String message,
java.lang.Throwable cause,
int reasonType) |
SecurityException(java.lang.Throwable cause,
int reasonType) |
Modifier and Type | Method and Description |
---|---|
int |
getReasonType() |
public static final int PIN_INCORRECT
public static final int DISALLOWED
public SecurityException(int reasonType)
public SecurityException(java.lang.String message, int reasonType)
public SecurityException(java.lang.Throwable cause, int reasonType)
public SecurityException(java.lang.String message, java.lang.Throwable cause, int reasonType)
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.