Package jakarta.jms

Class ResourceAllocationRuntimeException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ResourceAllocationRuntimeException extends JMSRuntimeException
This unchecked exception is thrown when a provider is unable to allocate the resources required by a method.

For example, this exception should be thrown when a call to ConnectionFactory.createContext fails due to a lack of Jakarta Messaging provider resources.

Since:
JMS 2.0
Version:
Jakarta Messaging 2.0
See Also: