Example usage for Java org.hibernate HibernateException fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |