com.iplanet.jato
Class SecurityCheckException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.iplanet.jato.SecurityCheckException
All Implemented Interfaces:
java.io.Serializable

public class SecurityCheckException
extends java.lang.RuntimeException

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.

Version:
JATO/1.2.2 $Id: SecurityCheckException.java,v 1.11 2002/03/16 03:26:28 todd Exp $
See Also:
Serialized Form

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

SecurityCheckException

public SecurityCheckException(java.lang.String message)
Create an instance with the specified error message