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