org.apache.http.client.cache
Class HttpCacheEntrySerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.http.client.cache.HttpCacheEntrySerializationException
All Implemented Interfaces:
Serializable

public class HttpCacheEntrySerializationException
extends IOException

Thrown if serialization or deserialization of an HttpCacheEntry fails.

See Also:
Serialized Form

Constructor Summary
HttpCacheEntrySerializationException(String message)
           
HttpCacheEntrySerializationException(String message, 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

HttpCacheEntrySerializationException

public HttpCacheEntrySerializationException(String message)

HttpCacheEntrySerializationException

public HttpCacheEntrySerializationException(String message,
                                            Throwable cause)


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