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