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