org.hibernate.cache
Class CacheException
- Nestable
public class CacheException
Something went wrong in the cache
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.
|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
CacheException
public CacheException(String s)
Constructs a new NestableRuntimeException with specified
detail message.
CacheException
public CacheException(String s,
Throwable e) Constructs a new NestableRuntimeException with specified
detail message and nested Throwable.
CacheException
public CacheException(Throwable e)
Constructs a new NestableRuntimeException with specified
nested Throwable.