|
||||||||||
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.enhydra.shark.api.RootException
org.enhydra.shark.api.internal.security.SecurityException
Class SecurityException is raised by SecurityManager when it finds out that some method is not supposed to be executed by some user.
Constructor Summary | |
SecurityException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
SecurityException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
SecurityException(java.lang.Throwable cause)
Constructs a new exception with cause for throwable. |
Methods inherited from class org.enhydra.shark.api.RootException |
getCause, initCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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 message)
message
- the detail message for new SecurityException.public SecurityException(java.lang.Throwable cause)
cause
- Throwable which caused this SecurityException.public SecurityException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message for new SecurityException.cause
- Throwable which caused this SecurityException.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |