类 ExceptionMapperStandardImpl

    • 构造器详细资料

      • ExceptionMapperStandardImpl

        public ExceptionMapperStandardImpl()
    • 方法详细资料

      • mapStatusCheckFailure

        public RuntimeException mapStatusCheckFailure​(String message,
                                                      javax.transaction.SystemException systemException,
                                                      SessionImplementor sessionImplementor)
        从接口复制的说明: ExceptionMapper
        Map a JTA SystemException to the appropriate runtime-based exception.
        指定者:
        mapStatusCheckFailure 在接口中 ExceptionMapper
        参数:
        message - The message to use for the returned exception
        systemException - The causal exception
        返回:
        The appropriate exception to throw