|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionMapper
TODO : javadoc
Method Summary | |
---|---|
java.lang.RuntimeException |
mapManagedFlushFailure(java.lang.String message,
java.lang.RuntimeException failure)
Map an exception encountered during a managed flush to the appropriate runtime-based exception. |
java.lang.RuntimeException |
mapStatusCheckFailure(java.lang.String message,
javax.transaction.SystemException systemException)
Map a JTA SystemException to the appropriate runtime-based exception. |
Method Detail |
---|
java.lang.RuntimeException mapStatusCheckFailure(java.lang.String message, javax.transaction.SystemException systemException)
SystemException
to the appropriate runtime-based exception.
message
- The message to use for the returned exceptionsystemException
- The causal exception
java.lang.RuntimeException mapManagedFlushFailure(java.lang.String message, java.lang.RuntimeException failure)
message
- The message to use for the returned exceptionfailure
- The causal exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |