WebLogic Messaging API Class Library

ResourceAllocationException Class

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 ITopicConnectionFactory.CreateTopicConnection fails due to a lack of JMS provider resources.

For a list of all members of this type, see ResourceAllocationException Members.

System.Object
   Exception
      ApplicationException
         MessageException
            ResourceAllocationException

public class ResourceAllocationException : MessageException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: WebLogic.Messaging

Assembly: WebLogic.Messaging (in WebLogic.Messaging.dll)

See Also

ResourceAllocationException Members | WebLogic.Messaging Namespace