Class OperationCancelledException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class OperationCancelledException
    extends RuntimeAdminException
    Deprecated.
    as of 7.0 use the management package instead
    Thrown when an administration operation that accesses information in a remote system member is cancelled. The cancelation may occur because the system member has left the distributed system.
    Since:
    GemFire 3.5
    See Also:
    Serialized Form
    • Constructor Detail

      • OperationCancelledException

        public OperationCancelledException()
        Deprecated.
      • OperationCancelledException

        public OperationCancelledException​(String message)
        Deprecated.
      • OperationCancelledException

        public OperationCancelledException​(Throwable cause)
        Deprecated.
      • OperationCancelledException

        public OperationCancelledException​(String message,
                                           Throwable cause)
        Deprecated.