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

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.MemcachedSerializationException
All Implemented Interfaces:
Serializable

public class MemcachedSerializationException
extends 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
MemcachedSerializationException(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

MemcachedSerializationException

public MemcachedSerializationException(Throwable cause)


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