org.hibernate.cache

Class NoCachingEnabledException

Implemented Interfaces:
Nestable

public class NoCachingEnabledException
extends CacheException

Implementation of NoCachingEnabledException.
Author:
Steve Ebersole

Field Summary

Fields inherited from class org.hibernate.exception.NestableRuntimeException

delegate

Constructor Summary

NoCachingEnabledException()
Constructs a new NestableRuntimeException without specified detail message.

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

NoCachingEnabledException

public NoCachingEnabledException()
Constructs a new NestableRuntimeException without specified detail message.