|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.iplanet.jato.SecurityCheckException
This exception indicates general security violations or errors. Currently,
the development of a comprehensive security policy is left to the developer
due to the fact that each application has its own security requirements.
This exception is currently being thrown whenever a client attempts to
bypass JATO's request handling infrastructure (in ApplicationServletBase
) and access a JATO JSP directly.
Constructor Summary | |
SecurityCheckException(java.lang.String message)
Create an instance with the specified error message |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SecurityCheckException(java.lang.String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |