Class FileFormatNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.functional.administration.common.exception.ReferentialException
fr.gouv.vitam.functional.administration.common.exception.FileFormatException
fr.gouv.vitam.functional.administration.common.exception.FileFormatNotFoundException
- All Implemented Interfaces:
Serializable
Exception indicating that there is not file containing file format vitam.
- See Also:
-
Constructor Summary
ConstructorDescriptionFileFormatNotFoundException
(String message) FileFormatNotFoundException
(String messsage, 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
-
FileFormatNotFoundException
- Parameters:
message
- associated message
-
FileFormatNotFoundException
- Parameters:
cause
- associated cause
-
FileFormatNotFoundException
- Parameters:
messsage
- associated messagecause
- associated cause
-