com.gemstone.gemfire.distributed
Class FutureCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.CancelException
com.gemstone.gemfire.distributed.FutureCancelledException
- All Implemented Interfaces:
- Serializable
public class FutureCancelledException
- extends CancelException
Thrown when a Future
has been cancelled.
- Since:
- 6.0
- See Also:
- Serialized Form
FutureCancelledException
public FutureCancelledException()
FutureCancelledException
public FutureCancelledException(String message,
Throwable cause)
FutureCancelledException
public FutureCancelledException(Throwable cause)
FutureCancelledException
public FutureCancelledException(String s)
Copyright © 1997-2012 VMware, Inc. All rights reserved.