Class AbortException

All Implemented Interfaces:
Serializable

public class AbortException extends TaskException
Exception generated when the user signals an intention to abort a task.
See Also:
  • Constructor Details

    • AbortException

      public AbortException()
    • AbortException

      public AbortException(String msg)
    • AbortException

      public AbortException(String msg, Throwable cause)
    • AbortException

      public AbortException(Throwable cause)