Class CacheException

All Implemented Interfaces:
Serializable

public class CacheException extends RuntimeException
This exception is thrown when a cache value computation fails because of an exception. The cause of the failure can be retrieved using the Throwable.getCause() method.
See Also:
  • Constructor Details

    • CacheException

      public CacheException(Throwable cause)
    • CacheException

      public CacheException(String message, Throwable cause)