Class AbortProcessTaskException

All Implemented Interfaces:
Serializable

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

    • AbortProcessTaskException

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