com.gemstone.gemfire.admin
Class OperationCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.admin.RuntimeAdminException
com.gemstone.gemfire.admin.OperationCancelledException
- All Implemented Interfaces:
- Serializable
Deprecated. as of 7.0 use the com.gemstone.gemfire.management package instead
public class OperationCancelledException
- extends RuntimeAdminException
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:
- 3.5
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationCancelledException
public OperationCancelledException()
- Deprecated.
OperationCancelledException
public OperationCancelledException(String message)
- Deprecated.
OperationCancelledException
public OperationCancelledException(Throwable cause)
- Deprecated.
OperationCancelledException
public OperationCancelledException(String message,
Throwable cause)
- Deprecated.
Copyright © 1997-2012 VMware, Inc. All rights reserved.