com.arunta.base.exception
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.arunta.base.exception.SecurityException
- All Implemented Interfaces:
- java.io.Serializable
public class SecurityException
- extends java.lang.Exception
- implements java.io.Serializable
Total Recall VR system security exception.
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PIN_INCORRECT
public static final int PIN_INCORRECT
- Incorrect pin.
- See Also:
- Constant Field Values
DISALLOWED
public static final int DISALLOWED
- Incorrect level of privileges.
- See Also:
- Constant Field Values
SecurityException
public SecurityException(int reasonType)
SecurityException
public SecurityException(java.lang.String message,
int reasonType)
SecurityException
public SecurityException(java.lang.Throwable cause,
int reasonType)
SecurityException
public SecurityException(java.lang.String message,
java.lang.Throwable cause,
int reasonType)
getReasonType
public int getReasonType()
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.