Class RecoveryErrorService
java.lang.Object
com.atlassian.confluence.upgrade.recovery.RecoveryErrorService
- All Implemented Interfaces:
- com.atlassian.dbexporter.ImportExportErrorService
public class RecoveryErrorService
extends Object
implements com.atlassian.dbexporter.ImportExportErrorService
This class creates RecoveryException instances for any errors.
- Since:
- 5.4
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.atlassian.activeobjects.spi.ImportExportExceptionnewImportExportException(String tableName, String message) com.atlassian.activeobjects.spi.ImportExportExceptionnewImportExportSqlException(String tableName, String message, SQLException e) com.atlassian.activeobjects.spi.ImportExportExceptionnewParseException(String message) com.atlassian.activeobjects.spi.ImportExportExceptionnewParseException(String message, Throwable t) com.atlassian.activeobjects.spi.ImportExportExceptioncom.atlassian.activeobjects.spi.ImportExportExceptionnewRowImportSqlException(String tableName, long rowNum, SQLException e) 
- 
Constructor Details- 
RecoveryErrorServicepublic RecoveryErrorService()
 
- 
- 
Method Details- 
newImportExportExceptionpublic com.atlassian.activeobjects.spi.ImportExportException newImportExportException(String tableName, String message) - Specified by:
- newImportExportExceptionin interface- com.atlassian.dbexporter.ImportExportErrorService
 
- 
newImportExportSqlExceptionpublic com.atlassian.activeobjects.spi.ImportExportException newImportExportSqlException(String tableName, String message, SQLException e) - Specified by:
- newImportExportSqlExceptionin interface- com.atlassian.dbexporter.ImportExportErrorService
 
- 
newRowImportSqlExceptionpublic com.atlassian.activeobjects.spi.ImportExportException newRowImportSqlException(String tableName, long rowNum, SQLException e) - Specified by:
- newRowImportSqlExceptionin interface- com.atlassian.dbexporter.ImportExportErrorService
 
- 
newParseException- Specified by:
- newParseExceptionin interface- com.atlassian.dbexporter.ImportExportErrorService
 
- 
newParseException- Specified by:
- newParseExceptionin interface- com.atlassian.dbexporter.ImportExportErrorService
 
- 
newParseExceptionpublic com.atlassian.activeobjects.spi.ImportExportException newParseException(String message, Throwable t) - Specified by:
- newParseExceptionin interface- com.atlassian.dbexporter.ImportExportErrorService
 
 
-