Class InvalidFileException

All Implemented Interfaces:
Serializable

public class InvalidFileException extends ReferentialException
See Also:
  • Constructor Details

    • InvalidFileException

      public InvalidFileException(String message)
      Parameters:
      message - message to associate with the exception
    • InvalidFileException

      public InvalidFileException(Throwable cause)
      Parameters:
      cause - cause to associate with the exception
    • InvalidFileException

      public InvalidFileException(String message, Throwable cause)
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception