WebLogic Messaging API Class Library

TransactionInProgressException Constructor

Constructs a TransactionInProgressException with the specified reason and error code.

Overload List

Constructs a TransactionInProgressException with the specified reason. The error code defaults to null.

public TransactionInProgressException(String);

Constructs a TransactionInProgressException with the specified reason and error code.

public TransactionInProgressException(String,String,Exception);

See Also

TransactionInProgressException Class | WebLogic.Messaging Namespace