Class ForkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.gebit.integrity.runner.forking.ForkException
-
- All Implemented Interfaces:
Serializable
public class ForkException extends Exception
Thrown if forking failed.- Author:
- Rene Schneider - initial API and implementation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForkException()
Creates a new instance.ForkException(String aMessage)
Creates a new instance.ForkException(String aMessage, Throwable aCause)
Creates a new instance.ForkException(Throwable aCause)
Creates a new instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-