Class RejoinCacheException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RejoinCacheException
    extends CacheException
    Exception type thrown for rejoins when non-stop is disabled.
    Author:
    cdennis
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RejoinCacheException​(java.lang.String message)
      Constructor accepting a String message
      RejoinCacheException​(java.lang.String message, java.lang.Throwable cause)
      Constructor accepting a String message and a Throwable cause
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RejoinCacheException

        public RejoinCacheException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Constructor accepting a String message and a Throwable cause
        Parameters:
        message -
        cause -
      • RejoinCacheException

        public RejoinCacheException​(java.lang.String message)
        Constructor accepting a String message
        Parameters:
        message -