Package org.apache.http.client.cache
Class HttpCacheUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.http.client.cache.HttpCacheUpdateException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpCacheUpdateException extends java.lang.Exception
Signals thatHttpCacheStorage
encountered an error performing an update operation.- Since:
- 4.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpCacheUpdateException(java.lang.String message)
HttpCacheUpdateException(java.lang.String message, java.lang.Throwable cause)
-