public final class ImportExportErrorServiceImpl extends Object implements ImportExportErrorService
| Constructor and Description |
|---|
ImportExportErrorServiceImpl(PluginInformationFactory pluginInformationFactory) |
| Modifier and Type | Method and Description |
|---|---|
ImportExportException |
newImportExportException(String tableName,
String message) |
ImportExportException |
newImportExportSqlException(String tableName,
String message,
SQLException e) |
ImportExportException |
newParseException(String message) |
ImportExportException |
newParseException(String message,
Throwable t) |
ImportExportException |
newParseException(Throwable t) |
ImportExportException |
newRowImportSqlException(String tableName,
long rowNum,
SQLException e) |
public ImportExportErrorServiceImpl(PluginInformationFactory pluginInformationFactory)
public ImportExportException newImportExportException(String tableName, String message)
newImportExportException in interface ImportExportErrorServicepublic ImportExportException newImportExportSqlException(String tableName, String message, SQLException e)
newImportExportSqlException in interface ImportExportErrorServicepublic ImportExportException newRowImportSqlException(String tableName, long rowNum, SQLException e)
newRowImportSqlException in interface ImportExportErrorServicepublic ImportExportException newParseException(Throwable t)
newParseException in interface ImportExportErrorServicepublic ImportExportException newParseException(String message)
newParseException in interface ImportExportErrorServicepublic ImportExportException newParseException(String message, Throwable t)
newParseException in interface ImportExportErrorServiceCopyright © 2018 Atlassian. All rights reserved.