Class CacheException

All Implemented Interfaces:
Serializable

public class CacheException extends RuntimeException
An error happened in the cache
Since:
8.8.5
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • CacheException

      public CacheException()
    • CacheException

      public CacheException(String message, Throwable cause)
    • CacheException

      public CacheException(String message)
    • CacheException

      public CacheException(Throwable cause)