public class java.util.concurrent
CancellationException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException > IllegalStateException
Details
Exception indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled.
since1.5

Constructors
public CancellationException()
Constructs a CancellationException with no detail message.
public CancellationException(String message) Details
Constructs a CancellationException with the specified detail message.
messagethe detail message