Class FileFormatRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.format.identification.exception.FileFormatRejectedException
- All Implemented Interfaces:
- Serializable
Define a File Format Exception to be thrown when the file format is not in white list (rejected)
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFileFormatRejectedException(String message) FileFormatRejectedException(String messsage, Throwable cause) 
- 
Method SummaryMethods inherited from class fr.gouv.vitam.common.exception.VitamExceptiongetVitamError, setVitamErrorMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FileFormatRejectedException- Parameters:
- message- associated message
 
- 
FileFormatRejectedException- Parameters:
- cause- associated cause
 
- 
FileFormatRejectedException- Parameters:
- messsage- associated message
- cause- associated cause
 
 
-