org.apache.http.client.cache
Class HttpCacheOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
HttpCacheOperationException()
           
HttpCacheOperationException(String message)
           
HttpCacheOperationException(String message, Throwable cause)
           
HttpCacheOperationException(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

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.