public class TransactionRolledbackException
extends java.rmi.RemoteException
| Constructor and Description |
|---|
TransactionRolledbackException()
Creates a new
TransactionRolledbackException without
a detail message. |
TransactionRolledbackException(java.lang.String msg)
Constructs an
TransactionRolledbackException with the
specified detail message. |
public TransactionRolledbackException()
TransactionRolledbackException without
a detail message.public TransactionRolledbackException(java.lang.String msg)
TransactionRolledbackException with the
specified detail message.msg - the detail message.