com.gemstone.gemfire.cache.persistence
Class ConflictingPersistentDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.persistence.ConflictingPersistentDataException
- All Implemented Interfaces:
- Serializable
public class ConflictingPersistentDataException
- extends GemFireException
Thrown when a member with persistence is recovering, and it discovers that
the data it has on disk was never part of the same distributed system as the
members that are currently online.
This exception can occur when two members both have persistent files for the
same region, but they were online at different times, so the contents of their
persistent files are completely different. In that case, gemfire throws this
exception rather than discarding one of the sets of persistent files.
This exception can also occur if set of persistent files was thought
to be lost and was revoked, but is later brought online. See
AdminDistributedSystem.revokePersistentMember(java.net.InetAddress, String)
- Since:
- 6.5
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConflictingPersistentDataException
public ConflictingPersistentDataException()
ConflictingPersistentDataException
public ConflictingPersistentDataException(String message,
Throwable cause)
ConflictingPersistentDataException
public ConflictingPersistentDataException(String message)
ConflictingPersistentDataException
public ConflictingPersistentDataException(Throwable cause)
Copyright © 1997-2012 VMware, Inc. All rights reserved.