Gemfire JavaDocs
Package org.apache.geode.distributed
Class FutureCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.cache.CacheRuntimeException
-
- org.apache.geode.CancelException
-
- org.apache.geode.distributed.FutureCancelledException
-
- All Implemented Interfaces:
java.io.Serializable
public class FutureCancelledException extends CancelException
Thrown when aFuture
has been cancelled.- Since:
- GemFire 6.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FutureCancelledException()
FutureCancelledException(java.lang.String s)
FutureCancelledException(java.lang.String message, java.lang.Throwable cause)
FutureCancelledException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheRuntimeException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
FutureCancelledException
public FutureCancelledException()
-
FutureCancelledException
public FutureCancelledException(java.lang.String message, java.lang.Throwable cause)
-
FutureCancelledException
public FutureCancelledException(java.lang.Throwable cause)
-
FutureCancelledException
public FutureCancelledException(java.lang.String s)
-
-