Class FileFormatNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.format.identification.exception.FileFormatNotFoundException
All Implemented Interfaces:
Serializable

public class FileFormatNotFoundException extends VitamException
Define a File Format Exception to be thrown when the format identifier does not found the format of the file
See Also:
  • Constructor Details

    • FileFormatNotFoundException

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

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

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