|
Novell exteNd Messaging Platform 5.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sssw.jbroker.api.security.SecurityException
jBroker Security Exception.
Constructor Summary | |
SecurityException()
Construct a SecurityException with no detail message |
|
SecurityException(String detail)
Construct a SecurityException with detail message |
|
SecurityException(String detail,
Throwable throwable)
Construct a SecurityException with the specified detail message and a nested exception |
Method Summary | |
Throwable |
getThrowable()
Returns the nested exception, if any |
void |
printStackTrace()
Prints this exception's stack trace along with that of the nested exception, if any |
void |
printStackTrace(PrintStream stream)
Prints this exception's stack trace along with that of the nested exception, if any |
void |
printStackTrace(PrintWriter writer)
Prints this exception's stack trace along with that of the nested exception, if any |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SecurityException()
public SecurityException(String detail)
public SecurityException(String detail, Throwable throwable)
Method Detail |
public Throwable getThrowable()
public void printStackTrace()
public void printStackTrace(PrintStream stream)
public void printStackTrace(PrintWriter writer)
|
Novell exteNd Messaging Platform 5.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |