Class FormatIdentifierFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.format.identification.exception.FormatIdentifierFactoryException
- All Implemented Interfaces:
Serializable
Define a Format Identifier Configuration Not Found Exception to be thrown when the format identifier configuration
cannot be found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormatIdentifierFactoryException(String message) FormatIdentifierFactoryException(String messsage, Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormatIdentifierFactoryException
- Parameters:
message- associated message
-
FormatIdentifierFactoryException
- Parameters:
cause- associated cause
-
FormatIdentifierFactoryException
- Parameters:
messsage- associated messagecause- associated cause
-