Class StartProcessTaskException

All Implemented Interfaces:
Serializable

public class StartProcessTaskException extends ProcessException
This exception is used to indicate a process task could not be started.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • StartProcessTaskException

      public StartProcessTaskException(String message)
      Constructs the exception with a message explaining the cause.
      Parameters:
      message - Message explaining the cause of the exception.