net.sourceforge.cruisecontrol
Class ExitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.sourceforge.cruisecontrol.ExitException
All Implemented Interfaces:
java.io.Serializable

public class ExitException
extends java.lang.RuntimeException

Thrown by the NoExitSecurityManager whenever System.exit() is called.

Author:
Matthew Foemmel
See Also:
Serialized Form

Constructor Summary
ExitException(int status)
           
 
Method Summary
 int getStatus()
           
 
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

ExitException

public ExitException(int status)
Method Detail

getStatus

public int getStatus()