Class |
Description |
BasicAuthInfo
|
|
DefaultValue
|
Define the default values |
IllegalStateException
|
This exception is thrown when a method is invoked on an object that is not in the appropriate state. |
InvalidClientIDException
|
This exception is thrown during an attempt to use an invalid client ID. |
InvalidDestinationException
|
This exception is thrown during attempts to use an invalid destination. |
InvalidMessagePriorityException
|
This exception is thrown during an attempt to set the invalid priority. |
InvalidSelectorException
|
This exception is thrown during attempts to use a selector with invalid syntax. |
MessageEOFException
|
This exception is thrown when reading a StreamMessage or a BytesMessage and the end of stream is reached. |
MessageFormatException
|
This exception is thrown when attempting to read or write to a message with an incorrect or unsupported data type. |
MessageNotReadableException
|
This exception is thrown when attempting to read from a message that is write only. |
MessageNotWriteableException
|
This exception is thrown when attempting to write to a message that is read only. |
MsgConfig
|
webMethods messaging configuration. Set of configurable values for this C# messaging implementation. |
MsgException
|
The root class for all webMethods Messaging API exceptions. |
MsgFactory
|
The webMethods messaging factory class used to create connection factories, queues and topics. |
MsgInputStream
|
Represents a consumer input stream |
MsgOutputStream
|
Represents a producer output stream |
MsgSecurityException
|
This exception is thrown when security restrictions prevent a method from completing. |
ResourceAllocationException
|
This exception is thrown when messaging API is unable to allocate the necessary resources required by a method. |
TransactionInProgressException
|
This exception is thrown when a method invocation is prohibited because a transaction is in progress. |
TransactionRolledBackException
|
This exception is thrown when invoking Session.commit results in the transaction being rolled back. |