Class CancelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CacheClosedException, DistributedSystemDisconnectedException, ForcedDisconnectException, FutureCancelledException, GatewayCancelledException, OplogCancelledException, OutOfOffHeapMemoryException, PoolCancelledException, TXManagerCancelledException

public abstract class CancelException extends CacheRuntimeException
Abstract root class of all GemFire exceptions representing system cancellation
Since:
GemFire 6.0
See Also:
  • Field Details

  • Constructor Details

    • CancelException

      public CancelException()
      for serialization
    • CancelException

      public CancelException(String message)
      Create instance with given message
      Parameters:
      message - the message
    • CancelException

      public CancelException(String message, Throwable cause)
      Create instance with given message and cause
      Parameters:
      message - the message
      cause - the cause
    • CancelException

      public CancelException(Throwable cause)
      Create instance with empty message and given cause
      Parameters:
      cause - the cause