org.apache.http.impl.client.cache.memcached
Class MemcachedKeyHashingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MemcachedKeyHashingException
public MemcachedKeyHashingException(Throwable cause)
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.