|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.spy.util.NestedRuntimeException
net.spy.aaa.SpySecurityException
An Exception that will allow chaining of another Throwable.
| 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 |
protected SpySecurityException()
public SpySecurityException(String msg)
public SpySecurityException(String msg,
Throwable t)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||