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

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

Introduction

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

The text is from its open source code.

Constructor

QueryException(String message)
Constructs a QueryException using the specified exception message.
QueryException(Exception cause)
Constructs a QueryException using the specified cause.
QueryException(String message, Exception cause)
Constructs a QueryException using the specified exception message and cause.
QueryException(String message, String queryString)
Constructs a QueryException using the specified exception message and query-string.

Method