Class ResourceAllocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.resource.ResourceException
jakarta.resource.spi.ResourceAllocationException
All Implemented Interfaces:
Serializable

public class ResourceAllocationException extends ResourceException
A ResourceAllocationException can be thrown by an application server or resource adapter to indicate any failure to allocate system resources (example: threads, physical connections). An example is error condition when an upper bound is reached on the maximum number of physical connections that can be managed by an application server specific connection pool.
Version:
1.0
See Also: