com.gemstone.gemfire.cache.persistence
Class RevokedPersistentDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.persistence.RevokedPersistentDataException
- All Implemented Interfaces:
- Serializable
public class RevokedPersistentDataException
- extends GemFireException
Thrown when a member with persistence is recovering, and it discovers that
other members in the system have revoked the persistent data stored on this
member.
This exception can also occur if set of persistent files was thought to be
lost and was revoked, but is later brought online. Once a persistent member
is revoked, that member cannot rejoin the distributed system unless the
persistent files are removed. See
AdminDistributedSystem.revokePersistentMember(java.net.InetAddress, String)
- Since:
- 7.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RevokedPersistentDataException
public RevokedPersistentDataException()
RevokedPersistentDataException
public RevokedPersistentDataException(String message,
Throwable cause)
RevokedPersistentDataException
public RevokedPersistentDataException(String message)
RevokedPersistentDataException
public RevokedPersistentDataException(Throwable cause)
Copyright © 1997-2012 VMware, Inc. All rights reserved.