Uses of Enum Class
fr.gouv.vitam.processing.common.exception.ExceptionType
Packages that use ExceptionType
Package
Description
Provides common Exception classes for the Processing module.
-
Uses of ExceptionType in fr.gouv.vitam.processing.common.exception
Methods in fr.gouv.vitam.processing.common.exception that return ExceptionTypeModifier 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.Constructors in fr.gouv.vitam.processing.common.exception with parameters of type ExceptionTypeModifierConstructorDescriptionProcessingManifestReferenceException
(String message, String manifestId, ExceptionType type) ProcessingNotFoundException
(String message, String manifestId, String guid, boolean validGuid, ExceptionType type, String taskKey)