public class TransactionUnknownException extends InvalidServiceUsageException
| Constructor and Description |
|---|
TransactionUnknownException()
Creates a new exception indicating that an object tries to access a
transaction but has not started one.
|
TransactionUnknownException(java.lang.String msg)
Creates a new exception indicating that an object tries to access a
transaction but has not started one.
|
public TransactionUnknownException()
public TransactionUnknownException(java.lang.String msg)
msg - A message providing more detailed information.