Class FormatIdentifierTechnicalException

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

public class FormatIdentifierTechnicalException 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

    • FormatIdentifierTechnicalException

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

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

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