Class CachingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CacheItemNotFoundException, IllegalCacheStateException

public abstract class CachingException extends SdkInternalException
The following exception gets thrown when a cache problem is encountered
See Also:
  • Constructor Details

    • CachingException

      public CachingException(String message)
    • CachingException

      public CachingException(String message, Throwable cause)