com.arunta.base.exception
Class SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static int DISALLOWED
          Incorrect level of privileges.
static int PIN_INCORRECT
          Incorrect pin.
 
Constructor Summary
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)
           
 
Method Summary
 int getReasonType()
           
 
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
 

Field Detail

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
Constructor Detail

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)
Method Detail

getReasonType

public int getReasonType()


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.