Class MissingFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.processing.common.exception.ProcessingException
fr.gouv.vitam.processing.common.exception.MissingFieldException
- All Implemented Interfaces:
Serializable
Define Missig field Exception, will be thrown when mandatory field is missing
- See Also:
-
Constructor Summary
ConstructorDescriptionMissingFieldException
(String message) MissingFieldException
(String message, Throwable cause) MissingFieldException
(Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingFieldException
- Parameters:
message
- associated messagecause
- associated cause
-
MissingFieldException
- Parameters:
message
- of exception
-
MissingFieldException
- Parameters:
cause
- associated cause
-