Class FormatIdentifierNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.format.identification.exception.FormatIdentifierNotFoundException
- All Implemented Interfaces:
Serializable
Define a Format Identifier Implementation Not Found Exception to be thrown when the format identifier cannot be
found.
- See Also:
-
Constructor Summary
ConstructorDescriptionFormatIdentifierNotFoundException
(String message) FormatIdentifierNotFoundException
(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
-
FormatIdentifierNotFoundException
- Parameters:
message
- associated message
-
FormatIdentifierNotFoundException
- Parameters:
cause
- associated cause
-
FormatIdentifierNotFoundException
- Parameters:
messsage
- associated messagecause
- associated cause
-