Class BadKeyVersionException

    • 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

      • BadKeyVersionException

        public BadKeyVersionException​(java.lang.String tableName)
        Creates a new instance of the BadKeyVersionException class.
        Parameters:
        tableName - The name of the KeyValueTable affected.
      • BadKeyVersionException

        public BadKeyVersionException​(java.lang.String tableName,
                                      java.lang.String message)
        Creates a new instance of the BadKeyVersionException class.
        Parameters:
        tableName - The name of the KeyValueTable affected.
        message - The message to add.