Class TraceabilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.logbook.common.exception.TraceabilityException
- All Implemented Interfaces:
Serializable
exception when the traceability task failed
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTraceabilityException(String message) TraceabilityException(String message, Throwable cause) TraceabilityException(Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TraceabilityException
- Parameters:
message- associated message
-
TraceabilityException
- Parameters:
cause- associated cause
-
TraceabilityException
- Parameters:
message- associated messagecause- associated cause
-