bitronix.tm.utils
Interface ExceptionAnalyzer
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- DefaultExceptionAnalyzer
public interface ExceptionAnalyzer
- extends Service
Exception analyzers are used to extract non-standard information from vendor exceptions.
- Author:
- lorban
|
Method Summary |
java.lang.String |
extractExtraXAExceptionDetails(javax.transaction.xa.XAException ex)
Extract information from a vendor's XAException that isn't available through standard APIs. |
extractExtraXAExceptionDetails
java.lang.String extractExtraXAExceptionDetails(javax.transaction.xa.XAException ex)
- Extract information from a vendor's XAException that isn't available through standard APIs.
- Parameters:
ex - the XAException to analyze.
- Returns:
- extra error details as a human-readable string, or null if nothing extra was found.
Copyright © 2006-2018 Bitronix Software. All Rights Reserved.