Class CsvFileGenerationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CsvFileNoDataException

public class CsvFileGenerationException extends BaseApplicationException
Unexpected error on create CSV file.
Author:
Fernando Romulo da Silva
See Also:
  • Constructor Details

    • CsvFileGenerationException

      public CsvFileGenerationException(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
    • CsvFileGenerationException

      public CsvFileGenerationException(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