@ProviderType public class TransactionRolledBackException extends TransactionException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TransactionRolledBackException(java.lang.String message)
Create a new
TransactionRolledBackException with the supplied
message |
TransactionRolledBackException(java.lang.String message,
java.lang.Throwable cause)
Create a new
TransactionRolledBackException with the supplied
message |
private static final long serialVersionUID
public TransactionRolledBackException(java.lang.String message)
TransactionRolledBackException
with the supplied
messagemessage
- public TransactionRolledBackException(java.lang.String message, java.lang.Throwable cause)
TransactionRolledBackException
with the supplied
messagecause
- message
-