org.apache.http.client.cache
Class HttpCacheOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.http.client.cache.HttpCacheOperationException
- All Implemented Interfaces:
- Serializable
public class HttpCacheOperationException
- extends Exception
Exception to be thrown when an HttpCache
encounters an error performing
an caching operation.
- Since:
- 4.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpCacheOperationException
public HttpCacheOperationException()
HttpCacheOperationException
public HttpCacheOperationException(String message)
HttpCacheOperationException
public HttpCacheOperationException(String message,
Throwable cause)
HttpCacheOperationException
public HttpCacheOperationException(Throwable cause)
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.