Class SystemExitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.systemsx.cisd.common.exceptions.SystemExitException
-
- All Implemented Interfaces:
java.io.Serializable
public final class SystemExitException extends java.lang.RuntimeException
Thrown bySystemExit
instead of plainRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemExitException(java.lang.String msg)
-