Package bitronix.tm.utils
Interface ExceptionAnalyzer
- All Superinterfaces:
Service
- All Known Implementing Classes:
DefaultExceptionAnalyzer
Exception analyzers are used to extract non-standard information from vendor exceptions.
- Author:
- lorban
-
Method Summary
Modifier and TypeMethodDescriptionExtract information from a vendor's XAException that isn't available through standard APIs.
-
Method Details
-
extractExtraXAExceptionDetails
Extract information from a vendor's XAException that isn't available through standard APIs.- Parameters:
ex- theXAExceptionto analyze.- Returns:
- extra error details as a human-readable string, or null if nothing extra was found.
-