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 CacheException
Thrown when a cache fails to join a cluster- Since:
- 9.0
- Author:
- Tristan Tarrant
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheJoinException()
CacheJoinException(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
-
-