Android
java.util.concurrent
public class

java.util.concurrent.CancellationException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.util.concurrent.CancellationException

Exception indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled.

Summary

Public Constructors

            CancellationException()
Constructs a CancellationException with no detail message.
            CancellationException(String message)
Constructs a CancellationException with the specified detail message.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public CancellationException()

Constructs a CancellationException with no detail message.

public CancellationException(String message)

Constructs a CancellationException with the specified detail message.

Parameters

message the detail message
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56