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 Summary
ConstructorsConstructorDescriptionDbDumpException(String message) DbDumpException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DbDumpException
-
DbDumpException
-