Class RemoteCacheException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class RemoteCacheException
    extends CacheException
    A Cache Exception in the distribution mechanism.

    A RemoteCacheException may not always matter to an application, which may want to ignore it.

    Version:
    $Id$
    Author:
    Greg Luck
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteCacheException()
      Constructor for the RemoteCacheException object.
      RemoteCacheException​(java.lang.String message)
      Constructor for the RemoteCacheException object.
      RemoteCacheException​(java.lang.String message, java.lang.Throwable cause)
      Constructor for the RemoteCacheException object.
    • 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

      • RemoteCacheException

        public RemoteCacheException()
        Constructor for the RemoteCacheException object.
      • RemoteCacheException

        public RemoteCacheException​(java.lang.String message)
        Constructor for the RemoteCacheException object.
        Parameters:
        message - the reason the exception was thrown
      • RemoteCacheException

        public RemoteCacheException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Constructor for the RemoteCacheException object.
        Parameters:
        message - the exception detail message
        cause - the cause of the exception