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

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

Introduction

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

The text is from its open source code.

Constructor

MappingException(String message, Throwable cause)
Constructs a MappingException using the given information.
MappingException(Throwable cause)
Constructs a MappingException using the given information.
MappingException(String message)
Constructs a MappingException using the given information.