Class PoolCancelledException

All Implemented Interfaces:
Serializable

public class PoolCancelledException extends CancelException
Thrown when a GemFire connection pool has been terminated.
Since:
GemFire 6.0
See Also:
  • Constructor Details

    • PoolCancelledException

      public PoolCancelledException()
    • PoolCancelledException

      public PoolCancelledException(String message, Throwable cause)
    • PoolCancelledException

      public PoolCancelledException(Throwable cause)
    • PoolCancelledException

      public PoolCancelledException(String s)