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

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

Introduction

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

The text is from its open source code.

Constructor

PropertyValueException(String message, String entityName, String propertyName)
Constructs a PropertyValueException using the specified information.

Method