Class ProcessExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sidneysimmons.kimber.exception.ProcessExecutionException
- All Implemented Interfaces:
Serializable
Exception for when there is a problem executing a process.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessExecutionException(String message) Generic constructor.ProcessExecutionException(String message, Throwable cause) Generic constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessExecutionException
Generic constructor.- Parameters:
message- the message
-
ProcessExecutionException
Generic constructor.- Parameters:
message- the messagecause- the cause
-