Package oracle.kv

Class ServerResourceLimitException

All Implemented Interfaces:
Serializable, oracle.kv.impl.util.FastExternalizable

public class ServerResourceLimitException extends ResourceLimitException
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: