Class HttpCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.acs.commons.httpcache.exception.HttpCacheException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpCacheConfigConflictException,HttpCacheDataStreamException,HttpCacheKeyCreationException,HttpCachePersistenceException,HttpCacheRepositoryAccessException
Custom exception representing all failure conditions in http cache. All other custom exceptions in http cache has to
extend this.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpCacheException(String message) HttpCacheException(String message, Throwable cause) HttpCacheException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) HttpCacheException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpCacheException
public HttpCacheException() -
HttpCacheException
-
HttpCacheException
-
HttpCacheException
-
HttpCacheException
-