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

public class HttpCacheException extends Exception
Custom exception representing all failure conditions in http cache. All other custom exceptions in http cache has to extend this.
See Also:
  • Constructor Details

    • HttpCacheException

      public HttpCacheException()
    • HttpCacheException

      public HttpCacheException(String message)
    • HttpCacheException

      public HttpCacheException(String message, Throwable cause)
    • HttpCacheException

      public HttpCacheException(Throwable cause)
    • HttpCacheException

      public HttpCacheException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)