Class HttpCacheConfigConflictException

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

public class HttpCacheConfigConflictException extends HttpCacheException
Custom exception representing a conflict in resolving cache config.
See Also:
  • Constructor Details

    • HttpCacheConfigConflictException

      public HttpCacheConfigConflictException()
    • HttpCacheConfigConflictException

      public HttpCacheConfigConflictException(String message)
    • HttpCacheConfigConflictException

      public HttpCacheConfigConflictException(String message, Throwable cause)
    • HttpCacheConfigConflictException

      public HttpCacheConfigConflictException(Throwable cause)
    • HttpCacheConfigConflictException

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