Name

ResourceAllocationException

Synopsis

This exception is thrown when an attempt to allocate system resources in response to a connection or interaction request fails for some reason.

                  
public class ResourceAllocationException extends ResourceException {
// Public Constructors
   public ResourceAllocationException( String reason);  
   public ResourceAllocationException(String reason, 
        String errorCode);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.