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

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

Introduction

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

The text is from its open source code.

Constructor

CallbackException(Exception cause)
Creates a CallbackException using the given underlying cause.
CallbackException(String message)
Creates a CallbackException using the given message.
CallbackException(String message, Exception cause)
Creates a CallbackException using the given message and underlying cause.