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:
  • Constructor Details

    • DataConversionException

      public DataConversionException(String s)
    • DataConversionException

      public DataConversionException(String s, Throwable cause)
    • DataConversionException

      public DataConversionException(Throwable cause)