Exception: java.util.concurrent.CancellationException

Exception indicating that the result of a value-producing task, such as a java.util.concurrent.FutureTask, cannot be retrieved because the task was cancelled.
Authors:
@author Doug Lea
Since:
@since 1.5

Inheritance

Superclass tree: Implements:

Methods

  • CancellationExceptiontop

    public CancellationException()
    Constructs a CancellationException with no detail message.
    Google Code Search
    Stack Overflow
  • CancellationExceptiontop

    public CancellationException(String message)
    Constructs a CancellationException with the specified detail message.
    Parameters:
    @param message the detail message
    Google Code Search
    Stack Overflow

Fields

  • serialVersionUID

    static final private long serialVersionUID = -9202173006928992231