Package org.bonitasoft.engine.incident
Class Incident
- java.lang.Object
-
- org.bonitasoft.engine.incident.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
java.lang.String
getDescription()
java.lang.Throwable
getExceptionWhenHandlingFailure()
java.lang.String
getRecoveryProcedure()
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
-