com.gemstone.gemfire.cache.persistence
Class RevokeFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.persistence.RevokeFailedException
- All Implemented Interfaces:
- Serializable
public class RevokeFailedException
- extends GemFireException
Thrown when a member tries to revoke a persistent ID, but the member
with that persistent ID is currently running. You can only revoke
members which is not running.
- Since:
- 6.6.2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RevokeFailedException
public RevokeFailedException()
RevokeFailedException
public RevokeFailedException(String message,
Throwable cause)
RevokeFailedException
public RevokeFailedException(String message)
RevokeFailedException
public RevokeFailedException(Throwable cause)
Copyright © 1997-2012 VMware, Inc. All rights reserved.