WebLogic Messaging API Class Library |
|
TransactionRolledBackException\xA0Constructor\xA0(String, String, Exception)
Constructs a TransactionRolledBackException
with the specified reason and error code.
public\xA0TransactionRolledBackException(
\xA0\xA0\xA0String\xA0reason,
\xA0\xA0\xA0String\xA0errorCode,
\xA0\xA0\xA0Exception\xA0innerException
);
Parameters
-
String
- a description of the exception
-
String
- a string specifying the vendor-specific error code
-
Exception
- exception that caused this error or related to this error
See Also
TransactionRolledBackException Class | WebLogic.Messaging Namespace | TransactionRolledBackException Constructor Overload List