Interface lraI18NLogger

  • All Known Implementing Classes:
    lraI18NLogger_$logger

    @MessageLogger(projectCode="LRAPROXY")
    public interface lraI18NLogger
    i18n log messages for the lra module.
    • Method Detail

      • error_cannotSerializeParticipant

        @Message(id=25001,
                 value="Participant \'%s\' serialization problem")
        @LogMessage(level=ERROR)
        void error_cannotSerializeParticipant​(java.lang.String participantToString,
                                              @Cause
                                              java.lang.Throwable e)
      • error_participantExceptionOnCompletion

        @Message(id=25002,
                 value="Participant \'%s\' exception during completion")
        @LogMessage(level=ERROR)
        void error_participantExceptionOnCompletion​(java.lang.String name,
                                                    @Cause
                                                    java.util.concurrent.ExecutionException e)
      • error_gettingParticipantStatus

        @Message(id=25003,
                 value="Cannot get status of participant \'%s\' of lra id \'%s\'")
        java.lang.String error_gettingParticipantStatus​(java.lang.String participant,
                                                        java.lang.String lraId,
                                                        @Cause
                                                        java.lang.Throwable e)