Package oracle.kv
Class ServerResourceLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.kv.FastExternalizableException
oracle.kv.FaultException
oracle.kv.ResourceLimitException
oracle.kv.ServerResourceLimitException
- All Implemented Interfaces:
Serializable
,oracle.kv.impl.util.FastExternalizable
Thrown when the server is unable to handle a request because of resource
constraints. The caller should retry after a short wait in hopes that server
resource constraints will have eased by then. When this exception is thrown,
the caller can assume that the associated operation was not performed and
that there were no side effects.
- Since:
- 19.5
- See Also:
-
Method Summary
Methods inherited from class oracle.kv.FaultException
getFaultClassName, getRemoteStackTrace, toString, wasLoggedRemotely
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