com.ibm.wsspi.logging

Interface IncidentForwarder



  • public interface IncidentForwarder
    The incident forwarder is invoked after an incident is logged by ffdc.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void process(Incident incident, java.lang.Throwable th) 
    • Method Detail

      • process

        void process(Incident incident,
                   java.lang.Throwable th)