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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
ExitingNotAllowedException
public ExitingNotAllowedException()