01: package com.technoetic.xplanner.importer;
02:
03: /**
04: * User: Mateusz Prokopowicz
05: * Date: Jun 7, 2005
06: * Time: 2:35:48 PM
07: */
08: public class WrongImportFileSpreadsheetImporterException extends
09: SpreadsheetImporterException {
10: public WrongImportFileSpreadsheetImporterException(String message,
11: Throwable cause) {
12: super(message, cause);
13: }
14: }
|