Uses of Enum Class
fr.gouv.vitam.processing.common.exception.ExceptionType
Package
Description
Provides common Exception classes for the Processing module.
-
Uses of ExceptionType in fr.gouv.vitam.processing.common.exception
Modifier and TypeMethodDescriptionProcessingManifestReferenceException.getType()
ProcessingNotFoundException.getType()
static ExceptionType
Returns the enum constant of this class with the specified name.static ExceptionType[]
ExceptionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionProcessingManifestReferenceException
(String message, String manifestId, ExceptionType type) ProcessingNotFoundException
(String message, String manifestId, String guid, boolean validGuid, ExceptionType type, String taskKey)