net.spy.aaa
Class SpySecurityException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SpySecurityPermissionException

public class SpySecurityException
extends NestedRuntimeException

An Exception that will allow chaining of another Throwable.

See Also:
Serialized Form

Constructor Summary
protected SpySecurityException()
          Allow subclasses to get an exception without a message.
  SpySecurityException(String msg)
          Get an instance of SpySecurityException with a given message.
  SpySecurityException(String msg, Throwable t)
          Get a SpySecurityException with a given message and root cause throwable.
 
Methods inherited from class net.spy.util.NestedRuntimeException
getCause, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRootCause, toString
 
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

SpySecurityException

protected SpySecurityException()
Allow subclasses to get an exception without a message.


SpySecurityException

public SpySecurityException(String msg)
Get an instance of SpySecurityException with a given message.


SpySecurityException

public SpySecurityException(String msg,
                            Throwable t)
Get a SpySecurityException with a given message and root cause throwable.