Class 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:
  • Constructor Details

    • CacheJoinException

      public CacheJoinException()
    • CacheJoinException

      public CacheJoinException(Throwable cause)
    • CacheJoinException

      public CacheJoinException(String msg)
    • CacheJoinException

      public CacheJoinException(String msg, Throwable cause)