Class CsvFileNoDataException

All Implemented Interfaces:
Serializable

public class CsvFileNoDataException extends CsvFileGenerationException
No data on CSV file.
Author:
Fernando Romulo da Silva
See Also:
  • Constructor Details

    • CsvFileNoDataException

      public CsvFileNoDataException(String msg, Object... params)
      Constructs a new CsvFileGenerationException exception with the specified detail message.
      Parameters:
      msg - The detail message
      params - The parameters used on message
    • CsvFileNoDataException

      public CsvFileNoDataException(String msg, Throwable ex, Object... params)
      Constructs a new runtime exception with the specified detail message and cause.
      Parameters:
      msg - The detail message
      ex - The cause
      params - The parameters used on message