Gemfire JavaDocs
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:
java.io.Serializable
@Deprecated public class OperationCancelledException extends RuntimeAdminException
Deprecated.as of 7.0 use themanagement
package insteadThrown 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 Summary
Constructors Constructor Description OperationCancelledException()
Deprecated.OperationCancelledException(java.lang.String message)
Deprecated.OperationCancelledException(java.lang.String message, java.lang.Throwable cause)
Deprecated.OperationCancelledException(java.lang.Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
OperationCancelledException
public OperationCancelledException()
Deprecated.
-
OperationCancelledException
public OperationCancelledException(java.lang.String message)
Deprecated.
-
OperationCancelledException
public OperationCancelledException(java.lang.Throwable cause)
Deprecated.
-
OperationCancelledException
public OperationCancelledException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-
-