Class 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 Detail

      • DataConversionException

        public DataConversionException​(String s)
      • DataConversionException

        public DataConversionException​(String s,
                                       Throwable cause)
      • DataConversionException

        public DataConversionException​(Throwable cause)