Package org.apache.geode.admin
Class OperationCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.admin.RuntimeAdminException
org.apache.geode.admin.OperationCancelledException
- All Implemented Interfaces:
Serializable
Deprecated.
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.OperationCancelledException(String message) Deprecated.OperationCancelledException(String message, Throwable cause) Deprecated.Deprecated. -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationCancelledException
public OperationCancelledException()Deprecated. -
OperationCancelledException
Deprecated. -
OperationCancelledException
Deprecated. -
OperationCancelledException
Deprecated.
-
managementpackage instead