Class HttpCacheKeyCreationException

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

public class HttpCacheKeyCreationException extends HttpCacheException
Custom exception representing failure conditions in creating a cache key.
See Also:
  • Constructor Details

    • HttpCacheKeyCreationException

      public HttpCacheKeyCreationException()
    • HttpCacheKeyCreationException

      public HttpCacheKeyCreationException(String message)
    • HttpCacheKeyCreationException

      public HttpCacheKeyCreationException(String message, Throwable cause)
    • HttpCacheKeyCreationException

      public HttpCacheKeyCreationException(Throwable cause)
    • HttpCacheKeyCreationException

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