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.ImportExportErrorServicepublic com.atlassian.activeobjects.spi.ImportExportException newImportExportSqlException(String tableName, String message, SQLException e)
newImportExportSqlException in interface com.atlassian.dbexporter.ImportExportErrorServicepublic com.atlassian.activeobjects.spi.ImportExportException newRowImportSqlException(String tableName, long rowNum, SQLException e)
newRowImportSqlException in interface com.atlassian.dbexporter.ImportExportErrorServicepublic com.atlassian.activeobjects.spi.ImportExportException newParseException(Throwable t)
newParseException in interface com.atlassian.dbexporter.ImportExportErrorServicepublic com.atlassian.activeobjects.spi.ImportExportException newParseException(String message)
newParseException in interface com.atlassian.dbexporter.ImportExportErrorServiceCopyright © 2003–2022 Atlassian. All rights reserved.