Class DistMemStoreProviderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DistMemStoreProviderException
    extends java.lang.RuntimeException
    Represents a distributed MemoryStore error that is not a programming bug - i.e either a runtime/deployment problem reported by the 3rd party library (e.g networking problem etc) or problem with the configuration specified by the user. These exceptions are handled differently to other errors thrown by distributed storage methods, and will typically be logged without a stack trace.
    See Also:
    Serialized Form
    • 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

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

      • DistMemStoreProviderException

        public DistMemStoreProviderException​(java.lang.String message)
      • DistMemStoreProviderException

        public DistMemStoreProviderException​(java.lang.Throwable cause)
      • DistMemStoreProviderException

        public DistMemStoreProviderException​(java.lang.String message,
                                             java.lang.Throwable cause)