Class HttpCachePersistenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.acs.commons.httpcache.exception.HttpCacheException
com.adobe.acs.commons.httpcache.exception.HttpCachePersistenceException
All Implemented Interfaces:
Serializable

public class HttpCachePersistenceException extends HttpCacheException
Custom exception representing failure conditions in persistence of cached items.
See Also:
  • Constructor Details

    • HttpCachePersistenceException

      public HttpCachePersistenceException()
    • HttpCachePersistenceException

      public HttpCachePersistenceException(String message)
    • HttpCachePersistenceException

      public HttpCachePersistenceException(String message, Throwable cause)
    • HttpCachePersistenceException

      public HttpCachePersistenceException(Throwable cause)
    • HttpCachePersistenceException

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