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 Summary
Constructors -
Method Summary
Modifier 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
-
RecoveryErrorService
public RecoveryErrorService()
-
-
Method Details
-
newImportExportException
public com.atlassian.activeobjects.spi.ImportExportException newImportExportException(String tableName, String message) - Specified by:
newImportExportExceptionin interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newImportExportSqlException
public com.atlassian.activeobjects.spi.ImportExportException newImportExportSqlException(String tableName, String message, SQLException e) - Specified by:
newImportExportSqlExceptionin interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newRowImportSqlException
public com.atlassian.activeobjects.spi.ImportExportException newRowImportSqlException(String tableName, long rowNum, SQLException e) - Specified by:
newRowImportSqlExceptionin interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newParseException
- Specified by:
newParseExceptionin interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newParseException
- Specified by:
newParseExceptionin interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newParseException
public com.atlassian.activeobjects.spi.ImportExportException newParseException(String message, Throwable t) - Specified by:
newParseExceptionin interfacecom.atlassian.dbexporter.ImportExportErrorService
-