org.apache.openejb.cli
Class SystemExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.cli.SystemExitException
All Implemented Interfaces:
Serializable

public class SystemExitException
extends Exception

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $
See Also:
Serialized Form

Constructor Summary
SystemExitException(int exitCode)
           
 
Method Summary
 int getExitCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemExitException

public SystemExitException(int exitCode)
Method Detail

getExitCode

public int getExitCode()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.