edu.rice.cs.util
Class ExitingNotAllowedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--edu.rice.cs.util.ExitingNotAllowedException
All Implemented Interfaces:
Serializable

public class ExitingNotAllowedException
extends RuntimeException

An exception to be thrown when System.exit is called when the PreventExitSecurityManager is in force.

Version:
$Id: ExitingNotAllowedException.java,v 1.4 2002/02/08 14:22:22 brianstoler Exp $
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ExitingNotAllowedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ExitingNotAllowedException

public ExitingNotAllowedException()