Class ProcessExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sidneysimmons.kimber.exception.ProcessExecutionException
All Implemented Interfaces:
Serializable

public class ProcessExecutionException extends RuntimeException
Exception for when there is a problem executing a process.
See Also:
  • Constructor Details

    • ProcessExecutionException

      public ProcessExecutionException(String message)
      Generic constructor.
      Parameters:
      message - the message
    • ProcessExecutionException

      public ProcessExecutionException(String message, Throwable cause)
      Generic constructor.
      Parameters:
      message - the message
      cause - the cause