|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
corelib.security.SecurityManagerException
public class SecurityManagerException
This base class of exceptions is thrown when a user attempt a bad access into the secure system.
SecurityManagerException,
Serialized Form| Constructor Summary | |
|---|---|
SecurityManagerException(java.lang.String message)
Class constructor. |
|
SecurityManagerException(java.lang.String message,
java.lang.Throwable innestException)
Class constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityManagerException(java.lang.String message)
message - The specific exception message to display.
public SecurityManagerException(java.lang.String message,
java.lang.Throwable innestException)
message - The specific exception message to display.innestException - The throwable that has thrown this exception.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||