Liking cljdoc? Tell your friends :D

javax.naming.InsufficientResourcesException

This exception is thrown when resources are not available to complete the requested operation. This might due to a lack of resources on the server or on the client. There are no restrictions to resource types, as different services might make use of different resources. Such restrictions might be due to physical limits and/or administrative quotas. Examples of limited resources are internal buffers, memory, network bandwidth.

InsufficientResourcesException is different from LimitExceededException in that the latter is due to user/system specified limits. See LimitExceededException for details.

Synchronization and serialization issues that apply to NamingException apply directly here.

This exception is thrown when resources are not available to complete
the requested operation. This might due to a lack of resources on
the server or on the client. There are no restrictions to resource types,
as different services might make use of different resources. Such
restrictions might be due to physical limits and/or administrative quotas.
Examples of limited resources are internal buffers, memory, network bandwidth.

InsufficientResourcesException is different from LimitExceededException in that
the latter is due to user/system specified limits. See LimitExceededException
for details.

Synchronization and serialization issues that apply to NamingException
apply directly here.
raw docstring

->insufficient-resources-exceptionclj

(->insufficient-resources-exception)
(->insufficient-resources-exception explanation)

Constructor.

Constructs a new instance of InsufficientResourcesException using an explanation. All other fields default to null.

explanation - Possibly null additional detail about this exception. - java.lang.String

Constructor.

Constructs a new instance of InsufficientResourcesException using an
 explanation. All other fields default to null.

explanation - Possibly null additional detail about this exception. - `java.lang.String`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close