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.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
com.atlassian.activeobjects.spi.ImportExportException
newRowImportSqlException
(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:
newImportExportException
in interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newImportExportSqlException
public com.atlassian.activeobjects.spi.ImportExportException newImportExportSqlException(String tableName, String message, SQLException e) - Specified by:
newImportExportSqlException
in interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newRowImportSqlException
public com.atlassian.activeobjects.spi.ImportExportException newRowImportSqlException(String tableName, long rowNum, SQLException e) - Specified by:
newRowImportSqlException
in interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newParseException
- Specified by:
newParseException
in interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newParseException
- Specified by:
newParseException
in interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newParseException
public com.atlassian.activeobjects.spi.ImportExportException newParseException(String message, Throwable t) - Specified by:
newParseException
in interfacecom.atlassian.dbexporter.ImportExportErrorService
-