org.apache.http.impl.client.cache.memcached
Class MemcachedKeyHashingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.http.impl.client.cache.memcached.MemcachedKeyHashingException
All Implemented Interfaces:
Serializable

public class MemcachedKeyHashingException
extends 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

Constructor Summary
MemcachedKeyHashingException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

MemcachedKeyHashingException

public MemcachedKeyHashingException(Throwable cause)


Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.