Class MemcachedKeyHashingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MemcachedKeyHashingException
    extends java.lang.RuntimeException
    Indicates a problem encountered when trying to map a logical "storage key" to a "cache key" suitable for use with memcached.
    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

      • MemcachedKeyHashingException

        public MemcachedKeyHashingException​(java.lang.Throwable cause)