Class CacheJoinException

  • All Implemented Interfaces:
    Serializable

    public class CacheJoinException
    extends org.infinispan.commons.CacheException
    Thrown when a cache fails to join a cluster
    Since:
    9.0
    Author:
    Tristan Tarrant
    See Also:
    Serialized Form
    • Constructor Detail

      • CacheJoinException

        public CacheJoinException()
      • CacheJoinException

        public CacheJoinException​(Throwable cause)
      • CacheJoinException

        public CacheJoinException​(String msg)
      • CacheJoinException

        public CacheJoinException​(String msg,
                                  Throwable cause)