Class MemcachedSerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.http.impl.client.cache.memcached.MemcachedSerializationException
-
- All Implemented Interfaces:
java.io.Serializable
public class MemcachedSerializationException extends java.lang.RuntimeException
Raised when there is a problem serializing or deserializing cache entries into a byte representation suitable for memcached storage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MemcachedSerializationException(java.lang.Throwable cause)
-