TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
TIBCO.EMS.ResourceAllocationException Class Reference

Required resources are not available More...

Inheritance diagram for TIBCO.EMS.ResourceAllocationException:
TIBCO.EMS.EMSException

Public Member Functions

 ResourceAllocationException (string reason, string errorCode)
 Initializes a new instance of the ResourceAllocationException with the specified reason and error code. More...
 
 ResourceAllocationException (string reason)
 Initializes a new instance of the ResourceAllocationException with the specified reason. More...
 
- Public Member Functions inherited from TIBCO.EMS.EMSException
 EMSException (string reason, string errorCode)
 Initializes a new instance of the EMSException with the specified reason and error code. More...
 
 EMSException (string reason)
 Initializes a new instance of the EMSException with the specified reason. More...
 
 EMSException (string reason, int errorNumber)
 Initializes a new instance of the EMSException with the specified reason and error number More...
 

Additional Inherited Members

- Properties inherited from TIBCO.EMS.EMSException
string ErrorCode [get]
 Gets the error code associated with this exception More...
 
System.Exception LinkedException [get, set]
 Get and Set the exception linked to this one More...
 

Detailed Description

Required resources are not available

This exception is thrown when a TIBCO EMS is unable to allocate the resources required by a method. For example, this exception is thrown when a call to TopicConnectionFactory.CreateTopicConnection fails due to a lack of resources on the TIBCO EMS Server.

Constructor & Destructor Documentation

TIBCO.EMS.ResourceAllocationException.ResourceAllocationException ( string  reason,
string  errorCode 
)
inline

Initializes a new instance of the ResourceAllocationException with the specified reason and error code.

TIBCO.EMS.ResourceAllocationException.ResourceAllocationException ( string  reason)
inline

Initializes a new instance of the ResourceAllocationException with the specified reason.


Copyright © Cloud Software Group, Inc. All rights reserved.