com.gemstone.gemfire.cache.persistence
Class PersistentReplicatesOfflineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.persistence.PersistentReplicatesOfflineException
- All Implemented Interfaces:
- Serializable
public class PersistentReplicatesOfflineException
- extends GemFireException
Thrown when a replicated region is configured for persistence
on some members but none of those members are currently online.
If you see this exception you should restart members that are
configured for hosting persistent replicates.
- 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 |
PersistentReplicatesOfflineException
public PersistentReplicatesOfflineException()
PersistentReplicatesOfflineException
public PersistentReplicatesOfflineException(String message)
PersistentReplicatesOfflineException
public PersistentReplicatesOfflineException(String message,
Throwable cause)
Copyright © 1997-2013 VMware, Inc. All rights reserved.