Class CacheException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoCacheRegionFactoryAvailableException

public class CacheException extends HibernateException
Something went wrong in the cache.
See Also:
  • Constructor Details

    • CacheException

      public CacheException(String message)
      Constructs a CacheException.
      Parameters:
      message - Message explaining the exception condition
    • CacheException

      public CacheException(String message, Throwable cause)
      Constructs a CacheException.
      Parameters:
      message - Message explaining the exception condition
      cause - The underlying cause
    • CacheException

      public CacheException(Throwable cause)
      Constructs a CacheException.
      Parameters:
      cause - The underlying cause