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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DbDumpException(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
-
-