org.hibernate.cache

Class CacheException

Implemented Interfaces:
Nestable
Known Direct Subclasses:
NoCachingEnabledException

public class CacheException
extends HibernateException

Something went wrong in the cache

Field Summary

Fields inherited from class org.hibernate.exception.NestableRuntimeException

delegate

Constructor Summary

CacheException(String s)
Constructs a new NestableRuntimeException with specified detail message.
CacheException(String s, Throwable e)
Constructs a new NestableRuntimeException with specified detail message and nested Throwable.
CacheException(Throwable e)
Constructs a new NestableRuntimeException with specified nested Throwable.

Method Summary

Methods inherited from class org.hibernate.exception.NestableRuntimeException

getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace

Constructor Details

CacheException

public CacheException(String s)
Constructs a new NestableRuntimeException with specified detail message.
Parameters:

CacheException

public CacheException(String s,
                      Throwable e)
Constructs a new NestableRuntimeException with specified detail message and nested Throwable.
Parameters:

CacheException

public CacheException(Throwable e)
Constructs a new NestableRuntimeException with specified nested Throwable.
Parameters: