Package bitronix.tm.utils
Class DefaultExceptionAnalyzer
java.lang.Object
bitronix.tm.utils.DefaultExceptionAnalyzer
- All Implemented Interfaces:
ExceptionAnalyzer,Service
Default implementation of
ExceptionAnalyzer.- Author:
- lorban
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtract information from a vendor's XAException that isn't available through standard APIs.voidshutdown()Shutdown the service and free all held resources.
-
Constructor Details
-
DefaultExceptionAnalyzer
public DefaultExceptionAnalyzer()
-
-
Method Details
-
extractExtraXAExceptionDetails
Description copied from interface:ExceptionAnalyzerExtract information from a vendor's XAException that isn't available through standard APIs.- Specified by:
extractExtraXAExceptionDetailsin interfaceExceptionAnalyzer- Parameters:
ex- theXAExceptionto analyze.- Returns:
- extra error details as a human-readable string, or null if nothing extra was found.
-
shutdown
public void shutdown()Description copied from interface:ServiceShutdown the service and free all held resources.
-