Class FormatIdentifierBadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.format.identification.exception.FormatIdentifierBadRequestException
- All Implemented Interfaces:
Serializable
Define a File Format Exception to be thrown when the format identifier does not found the format of the file
- See Also:
-
Constructor Summary
-
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
-
FormatIdentifierBadRequestException
- Parameters:
message
- associated message
-
FormatIdentifierBadRequestException
- Parameters:
cause
- associated cause
-
FormatIdentifierBadRequestException
- Parameters:
messsage
- associated messagecause
- associated cause
-