Class Incident


  • public class Incident
    extends java.lang.Object
    Author:
    Baptiste Mesta
    • Constructor Summary

      Constructors 
      Constructor Description
      Incident​(java.lang.String description, java.lang.String recoveryProcedure, java.lang.Throwable cause, java.lang.Throwable exceptionWhenHandlingFailure)  
    • Constructor Detail

      • Incident

        public Incident​(java.lang.String description,
                        java.lang.String recoveryProcedure,
                        java.lang.Throwable cause,
                        java.lang.Throwable exceptionWhenHandlingFailure)
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • getRecoveryProcedure

        public java.lang.String getRecoveryProcedure()
      • getCause

        public java.lang.Throwable getCause()
      • getExceptionWhenHandlingFailure

        public java.lang.Throwable getExceptionWhenHandlingFailure()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object