Class ImportException

All Implemented Interfaces:
Serializable

public class ImportException extends RuntimeException
Exception class for errors encountered during import operations.
See Also:
  • Constructor Details

    • ImportException

      public ImportException(String message)
      Parameters:
      message - the exception message
    • ImportException

      public ImportException(String message, Throwable cause)
      Parameters:
      message - the exception message
      cause - the cause of the exception