Class FileFormatNotFoundException

All Implemented Interfaces:
Serializable

public class FileFormatNotFoundException extends FileFormatException
Exception indicating that there is not file containing file format vitam.
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