jdk/src/share/classes/javax/naming/InsufficientResourcesException.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    28 /**
    28 /**
    29   * This exception is thrown when resources are not available to complete
    29   * This exception is thrown when resources are not available to complete
    30   * the requested operation. This might due to a lack of resources on
    30   * the requested operation. This might due to a lack of resources on
    31   * the server or on the client. There are no restrictions to resource types,
    31   * the server or on the client. There are no restrictions to resource types,
    32   * as different services might make use of different resources. Such
    32   * as different services might make use of different resources. Such
    33   * restrictions might be due to physical limits and/or adminstrative quotas.
    33   * restrictions might be due to physical limits and/or administrative quotas.
    34   * Examples of limited resources are internal buffers, memory, network bandwidth.
    34   * Examples of limited resources are internal buffers, memory, network bandwidth.
    35   *<p>
    35   *<p>
    36   * InsufficientResourcesException is different from LimitExceededException in that
    36   * InsufficientResourcesException is different from LimitExceededException in that
    37   * the latter is due to user/system specified limits. See LimitExceededException
    37   * the latter is due to user/system specified limits. See LimitExceededException
    38   * for details.
    38   * for details.