Class CollectInternalErrorsDetailsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.collect.common.exception.CollectInternalException
fr.gouv.vitam.collect.common.exception.CollectInternalErrorsDetailsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CollectInternalMultipleErrorsDetailsException,CollectInternalSingleErrorsDetailException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectInternalErrorsDetailsException(String message, List<VitamErrorDetails> errorsDetailsList) CollectInternalErrorsDetailsException(String message, List<VitamErrorDetails> errorsDetailsList, 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
-
CollectInternalErrorsDetailsException
-
CollectInternalErrorsDetailsException
public CollectInternalErrorsDetailsException(String message, List<VitamErrorDetails> errorsDetailsList) -
CollectInternalErrorsDetailsException
public CollectInternalErrorsDetailsException(String message, List<VitamErrorDetails> errorsDetailsList, Throwable cause)
-
-
Method Details
-
getErrorsDetailsList
-