public class TerminationException
extends java.lang.RuntimeException
System.exit
to allow Fabric to be started from within
a JVM that wasn't started specifically for Fabric, e.g., the Apache ANT
framework.Modifier and Type | Field and Description |
---|---|
int |
exitCode |
Constructor and Description |
---|
TerminationException(java.lang.Exception cause,
int exit) |
TerminationException(int exit) |
TerminationException(java.lang.String msg) |
TerminationException(java.lang.String msg,
int exit) |
public TerminationException(java.lang.String msg)
public TerminationException(int exit)
public TerminationException(java.lang.String msg, int exit)
public TerminationException(java.lang.Exception cause, int exit)