Package oracle.kv

Class ResourceLimitException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ResourceLimitException​(java.lang.String tableName, java.lang.String msg)
      Constructs an instance of ResourceLimitException with the specified table name and detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface oracle.kv.impl.util.FastExternalizable

        deserializedForm
    • Constructor Detail

      • ResourceLimitException

        protected ResourceLimitException​(java.lang.String tableName,
                                         java.lang.String msg)
        Constructs an instance of ResourceLimitException with the specified table name and detail message.
        Parameters:
        tableName - the table name or null
        msg - the detail message