net.spy.aaa
Class SpySecurityPermissionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.spy.util.NestedRuntimeException
                  extended bynet.spy.aaa.SpySecurityException
                      extended bynet.spy.aaa.SpySecurityPermissionException
All Implemented Interfaces:
Serializable

public class SpySecurityPermissionException
extends SpySecurityException

Security Exceptions thrown from Spy stuff.

See Also:
Serialized Form

Constructor Summary
SpySecurityPermissionException(Token t, Permission perm)
          Get a SpySecurityPermissionException.
SpySecurityPermissionException(Token t, Permission perm, Throwable root)
          Get a SpySecurityPermissionException.
 
Method Summary
 String toString()
          String me.
 
Methods inherited from class net.spy.util.NestedRuntimeException
getCause, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpySecurityPermissionException

public SpySecurityPermissionException(Token t,
                                      Permission perm)
Get a SpySecurityPermissionException.


SpySecurityPermissionException

public SpySecurityPermissionException(Token t,
                                      Permission perm,
                                      Throwable root)
Get a SpySecurityPermissionException.

Method Detail

toString

public String toString()
String me.

Overrides:
toString in class NestedRuntimeException