Example usage for Java javax.persistence RollbackException fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |