NPersistence Reference Guide
Overload List
Name | Description |
---|---|
RollbackException()()()() |
Constructs a new RollbackException exception
with null as its detail message.
|
RollbackException(Exception) |
Constructs a new RollbackException exception
with the specified cause. |
RollbackException(String) |
Constructs a new RollbackException exception
with the specified detail message./// |
RollbackException(String, Exception) |
Constructs a new RollbackException exception
with the specified detail message and cause. |