Class PersistentReplicatesOfflineException

  • java.lang.Object
    • java.lang.Throwable
  • All Implemented Interfaces:
    java.io.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:
    GemFire 7.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PersistentReplicatesOfflineException

        public PersistentReplicatesOfflineException()
      • PersistentReplicatesOfflineException

        public PersistentReplicatesOfflineException​(java.lang.String message)
      • PersistentReplicatesOfflineException

        public PersistentReplicatesOfflineException​(java.lang.String message,
                                                    java.lang.Throwable cause)