Java org.hibernate.cache CacheException fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.cache CacheException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.cache CacheException.

The text is from its open source code.

Constructor

CacheException(String message)
Constructs a CacheException.
CacheException(Throwable cause)
Constructs a CacheException.
CacheException(String message, Throwable cause)
Constructs a CacheException.