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 Details

    • RecoveryErrorService

      public RecoveryErrorService()
  • Method Details

    • newImportExportException

      public com.atlassian.activeobjects.spi.ImportExportException newImportExportException(String tableName, String message)
      Specified by:
      newImportExportException in interface com.atlassian.dbexporter.ImportExportErrorService
    • newImportExportSqlException

      public com.atlassian.activeobjects.spi.ImportExportException newImportExportSqlException(String tableName, String message, SQLException e)
      Specified by:
      newImportExportSqlException in interface com.atlassian.dbexporter.ImportExportErrorService
    • newRowImportSqlException

      public com.atlassian.activeobjects.spi.ImportExportException newRowImportSqlException(String tableName, long rowNum, SQLException e)
      Specified by:
      newRowImportSqlException in interface com.atlassian.dbexporter.ImportExportErrorService
    • newParseException

      public com.atlassian.activeobjects.spi.ImportExportException newParseException(Throwable t)
      Specified by:
      newParseException in interface com.atlassian.dbexporter.ImportExportErrorService
    • newParseException

      public com.atlassian.activeobjects.spi.ImportExportException newParseException(String message)
      Specified by:
      newParseException in interface com.atlassian.dbexporter.ImportExportErrorService
    • newParseException

      public com.atlassian.activeobjects.spi.ImportExportException newParseException(String message, Throwable t)
      Specified by:
      newParseException in interface com.atlassian.dbexporter.ImportExportErrorService