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
public class DataConversionException extends BackupRestoreException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataConversionException(String s)
DataConversionException(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
-
-