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

public class FileFormatRejectedException extends VitamException
Define a File Format Exception to be thrown when the file format is not in white list (rejected)
See Also:
  • Constructor Details

    • FileFormatRejectedException

      public FileFormatRejectedException(String message)
      Parameters:
      message - associated message
    • FileFormatRejectedException

      public FileFormatRejectedException(Throwable cause)
      Parameters:
      cause - associated cause
    • FileFormatRejectedException

      public FileFormatRejectedException(String messsage, Throwable cause)
      Parameters:
      messsage - associated message
      cause - associated cause