|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception issrg.utils.EmbeddedException issrg.security.SecurityException
public class SecurityException
A mechanism for reporting errors within a Security object
Constructor Summary | |
---|---|
SecurityException(java.lang.String s)
Construction mechanism for a SecurityException object |
|
SecurityException(java.lang.String msg,
java.lang.Throwable th)
This constructor builds a SecurityException given a human-readable message and the root cause of the exception. |
Method Summary |
---|
Methods inherited from class issrg.utils.EmbeddedException |
---|
getEmbedded, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SecurityException(java.lang.String s)
s
- - the String containing the error descriptionpublic SecurityException(java.lang.String msg, java.lang.Throwable th)
msg
- - the human-readable message describing the conditionth
- - the root cause of the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |