ch.systemsx.cisd.common.exceptions
Class SystemExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.systemsx.cisd.common.exceptions.SystemExitException
All Implemented Interfaces:
java.io.Serializable

public final class SystemExitException
extends java.lang.RuntimeException

Thrown by SystemExit instead of plain RuntimeException

See Also:
Serialized Form

Constructor Summary
SystemExitException(java.lang.String msg)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemExitException

public SystemExitException(java.lang.String msg)