Package jakarta.jms

Class ResourceAllocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
jakarta.jms.ResourceAllocationException
All Implemented Interfaces:
Serializable

public class ResourceAllocationException extends JMSException
This 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 TopicConnectionFactory.createTopicConnection fails due to a lack of Jakarta Messaging provider resources.

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