|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.exolab.jms.net.connector.ResourceException
org.exolab.jms.net.connector.SecurityException
public class SecurityException
A SecurityException
is thrown for any case where a security
restriction prevents a method from completing.
Constructor Summary | |
---|---|
SecurityException()
Construct a new SecurityException . |
|
SecurityException(java.lang.String detail)
Construct a new SecurityException with no target exception. |
|
SecurityException(java.lang.String detail,
java.lang.Throwable target)
Construct a new SecurityException with a detail message and
target exception. |
|
SecurityException(java.lang.Throwable target)
Construct a new SecurityException with a target exception. |
Method Summary |
---|
Methods inherited from class org.exolab.jms.net.connector.ResourceException |
---|
getTargetException, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SecurityException()
SecurityException
.
public SecurityException(java.lang.String detail)
SecurityException
with no target exception.
detail
- the detail messagepublic SecurityException(java.lang.Throwable target)
SecurityException
with a target exception.
target
- the target exceptionpublic SecurityException(java.lang.String detail, java.lang.Throwable target)
SecurityException
with a detail message and
target exception.
detail
- the detail messagetarget
- the target exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |