EMSException


Class

Declaration

class EMSException : System.Exception 

Purpose

Root of exceptions specific to EMS.

Origin

Corresponds to JMSException in JMS.

Remarks

EMS methods throw instances of this class and its subclasses.

 

Member
Description
Properties
ErrorCode
string {get;}
When an exception results from a server error, this property holds the server’s error code.
LinkedException
System.Exception {get; set;}
When an EMS exception results from a deeper problem, this linked exception details that problem.

Subclasses

EMSException 
  IllegalStateException 
  InvalidClientIDException 
  InvalidDestinationException 
  InvalidSelectorException 
  MessageEOFException 
  MessageFormatException 
  MessageNotReadableException 
  MessageNotWriteableException 
  NamingException 
    AuthenticationException 
    CannotProceedException 
    CommunicationException 
    ConfigurationException 
    InvalidNameException 
    NameNotFoundException 
    ServiceUnavailableException 
  ResourceAllocationException 
  SecurityException 
  TransactionInProgressException 
  TransactionRolledBackException 

Constructors

EMSException ( 
    string reason ); 
 
EMSException ( 
    string reason, 
    string errorCode ); 

TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com