Class OpenProcessTaskException

All Implemented Interfaces:
Serializable

public class OpenProcessTaskException extends ProcessException
This exception is used to indicate that a process task could not be (re)opened.
Since:
9.6
Author:
Petru Galanton
See Also:
  • Constructor Details

    • OpenProcessTaskException

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

      public OpenProcessTaskException(String message, Throwable cause)
      Constructs the exception with a message explaining the cause and the original exception.
      Parameters:
      message - Message explaining the cause of the exception.
      cause - the original cause