public class InvalidTransactionException extends RemoteException
It is thrown from the TransactionManager.resume(Transaction)
method if the argument is not a valid transaction.
It may also be thrown from an EJB container invocation is the invocation
request carries an invalid transaction propagation context.
detail
Constructor and Description |
---|
InvalidTransactionException()
Creates a new
InvalidTransactionException without a
detail message. |
InvalidTransactionException(String msg)
Constructs an
InvalidTransactionException with the
specified detail message. |
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidTransactionException()
InvalidTransactionException
without a
detail message.public InvalidTransactionException(String msg)
InvalidTransactionException
with the
specified detail message.msg
- the detail message.Copyright © 2017 JBoss by Red Hat. All rights reserved.