Java javax.persistence RollbackException fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence RollbackException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence RollbackException.

The text is from its open source code.

Constructor

RollbackException()
Constructs a new RollbackException exception with null as its detail message.
RollbackException(String message)
Constructs a new RollbackException exception with the specified detail message.
RollbackException(Throwable cause)
Constructs a new RollbackException exception with the specified cause.