Class DataConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.backuprestore.exception.BackupRestoreException
com.atlassian.confluence.impl.backuprestore.backup.exception.DataConversionException
- All Implemented Interfaces:
Serializable
Exception class for all exceptions related to data conversions in backup/restore process.
Those exceptions should indicate that there is some invalid data in the database which we don't know how to convert.
- Since:
- 8.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataConversionException
(String s, Throwable cause) DataConversionException
(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
-
DataConversionException
-
DataConversionException
-
DataConversionException
-