Class MissingMembersException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.topology.MissingMembersException
All Implemented Interfaces:
Serializable

public class MissingMembersException extends org.infinispan.commons.CacheException
Thrown when members are missing after a cluster shutdown. A cluster misses members after the cluster shutdown and a restart, and some previous members did not join again.
Since:
15.0
See Also:
  • Constructor Details

    • MissingMembersException

      public MissingMembersException(String msg)