Class FileRulesNotFoundException

All Implemented Interfaces:
Serializable

public class FileRulesNotFoundException extends FileRulesException
Exception indicating that there is not file containing file format vitam.
See Also:
  • Constructor Details

    • FileRulesNotFoundException

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

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

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