Class InvalidDatabaseException

  • All Implemented Interfaces:
    Serializable

    public final class InvalidDatabaseException
    extends RuntimeException
    Signals that there was an issue reading from the database file due to unexpected data formatting. This generally suggests that the database is corrupt or otherwise not in a format supported by the reader.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidDatabaseException

        public InvalidDatabaseException​(String message)
        Parameters:
        message - A message describing the reason why the exception was thrown.
      • InvalidDatabaseException

        public InvalidDatabaseException​(String message,
                                        Throwable cause)
        Parameters:
        message - A message describing the reason why the exception was thrown.
        cause - The cause of the exception.