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
Custom exception representing failure conditions in creating a cache key.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpCacheKeyCreationException(String message) HttpCacheKeyCreationException(String message, Throwable cause) HttpCacheKeyCreationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpCacheKeyCreationException
public HttpCacheKeyCreationException() -
HttpCacheKeyCreationException
-
HttpCacheKeyCreationException
-
HttpCacheKeyCreationException
-
HttpCacheKeyCreationException
-