Class DatabaseVersionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DatabaseVersionException
    extends java.lang.Exception
    Exception thrown if the database does not match the expected version of the program classes.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DatabaseVersionException

        public DatabaseVersionException()
        Construct a new DatabaseException.
      • DatabaseVersionException

        public DatabaseVersionException​(java.lang.String msg)
        Construct a new DatabaseException with the given message.
        Parameters:
        msg - the message.