Class DbDumpException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.activeobjects.spi.ImportExportException
com.atlassian.confluence.upgrade.recovery.DbDumpException
All Implemented Interfaces:
Serializable

public class DbDumpException extends com.atlassian.activeobjects.spi.ImportExportException
This exception is thrown when DB Exporter fails to export the database.
Since:
5.4
See Also:
  • Constructor Details

    • DbDumpException

      public DbDumpException(String message)
    • DbDumpException

      public DbDumpException(String message, Throwable cause)