Package org.infinispan.topology
Class CacheJoinException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.topology.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:
-
Constructor Summary
ConstructorDescriptionCacheJoinException
(String msg) CacheJoinException
(String msg, Throwable cause) CacheJoinException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheJoinException
public CacheJoinException() -
CacheJoinException
-
CacheJoinException
-
CacheJoinException
-