jrun.servlet.security
Class SecurityInitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrun.servlet.security.SecurityInitException
All Implemented Interfaces:
java.io.Serializable

public class SecurityInitException
extends java.lang.Exception

Exception thrown if something goes wrong during the initialization of security.

See Also:
Serialized Form

Constructor Summary
SecurityInitException()
           
SecurityInitException(java.lang.String str)
           
 
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

SecurityInitException

public SecurityInitException()

SecurityInitException

public SecurityInitException(java.lang.String str)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.