Java org.hibernate HibernateException fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.hibernate.HibernateException has subclasses.
Click this link to see all its subclasses.

Constructor

HibernateException(String message)
Constructs a HibernateException using the given exception message.
HibernateException(Throwable cause)
Constructs a HibernateException using the given message and underlying cause.
HibernateException(String message, Throwable cause)
Constructs a HibernateException using the given message and underlying cause.