Class FormatIdentifierFactoryException

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

public class FormatIdentifierFactoryException extends VitamException
Define a Format Identifier Configuration Not Found Exception to be thrown when the format identifier configuration cannot be found.
See Also:
  • Constructor Details

    • FormatIdentifierFactoryException

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

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

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