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 Constructor Description RecoveryErrorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
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
public com.atlassian.activeobjects.spi.ImportExportException newParseException(Throwable t)
- Specified by:
newParseException
in interfacecom.atlassian.dbexporter.ImportExportErrorService
-
newParseException
public com.atlassian.activeobjects.spi.ImportExportException newParseException(String message)
- Specified by:
newParseException
in interfacecom.atlassian.dbexporter.ImportExportErrorService
-
-