Class FutureCancelledException

All Implemented Interfaces:
Serializable

public class FutureCancelledException extends CancelException
Thrown when a Future has been cancelled.
Since:
GemFire 6.0
See Also:
  • Constructor Details

    • FutureCancelledException

      public FutureCancelledException()
    • FutureCancelledException

      public FutureCancelledException(String message, Throwable cause)
    • FutureCancelledException

      public FutureCancelledException(Throwable cause)
    • FutureCancelledException

      public FutureCancelledException(String s)