Class CancelException

All Implemented Interfaces:
Serializable

public class CancelException extends RuntimeException
CancelException could be thrown during execution of a task to signify cancellation.
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • CancelException

      public CancelException()