public class RecoveryErrorService extends Object implements com.atlassian.dbexporter.ImportExportErrorService
Constructor and Description |
---|
RecoveryErrorService() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.activeobjects.spi.ImportExportException |
newImportExportException(String tableName,
String message) |
com.atlassian.activeobjects.spi.ImportExportException |
newImportExportSqlException(String tableName,
String message,
SQLException e) |
com.atlassian.activeobjects.spi.ImportExportException |
newParseException(String message) |
com.atlassian.activeobjects.spi.ImportExportException |
newParseException(String message,
Throwable t) |
com.atlassian.activeobjects.spi.ImportExportException |
newParseException(Throwable t) |
com.atlassian.activeobjects.spi.ImportExportException |
newRowImportSqlException(String tableName,
long rowNum,
SQLException e) |
public com.atlassian.activeobjects.spi.ImportExportException newImportExportException(String tableName, String message)
newImportExportException
in interface com.atlassian.dbexporter.ImportExportErrorService
public com.atlassian.activeobjects.spi.ImportExportException newImportExportSqlException(String tableName, String message, SQLException e)
newImportExportSqlException
in interface com.atlassian.dbexporter.ImportExportErrorService
public com.atlassian.activeobjects.spi.ImportExportException newRowImportSqlException(String tableName, long rowNum, SQLException e)
newRowImportSqlException
in interface com.atlassian.dbexporter.ImportExportErrorService
public com.atlassian.activeobjects.spi.ImportExportException newParseException(Throwable t)
newParseException
in interface com.atlassian.dbexporter.ImportExportErrorService
public com.atlassian.activeobjects.spi.ImportExportException newParseException(String message)
newParseException
in interface com.atlassian.dbexporter.ImportExportErrorService
Copyright © 2003–2015 Atlassian. All rights reserved.