Name

TransactionInProgressException

Synopsis

This exception is thrown if an invalid request is made during a transactional session, e.g., attempting to commit() a session while a message is still being sent.

                  Returned By
public class TransactionInProgressException extends JMSException {
// Public Constructors
   public TransactionInProgressException( String reason);  
   public TransactionInProgressException(String reason, 
        String errorCode);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.