Proton DotNet
Loading...
Searching...
No Matches
Classes
Apache.Qpid.Proton.Client.Exceptions Namespace Reference

Classes

class  ClientConnectionRedirectedException
 A ClientIOException type that defines that the remote peer has requested that this connection be redirected to some alternative peer. More...
 
class  ClientConnectionRemotelyClosedException
 Exception thrown when the remote peer actively closes the connection} by sending and AMQP Close frame or when the IO layer is disconnected due to some other reason such as a security error or transient network error. More...
 
class  ClientConnectionSecurityException
 Connection level Security Exception used to indicate a security violation has occurred. More...
 
class  ClientConnectionSecuritySaslException
 Connection level SASL Security Exception used to indicate a security violation has occurred. More...
 
class  ClientDeliveryAbortedException
 Thrown in cases where an action was requested that cannot be performed because the delivery being operated on has been aborted by the remote sender. More...
 
class  ClientDeliveryIsPartialException
 Thrown in cases where an action was requested that cannot be performed because the delivery being operated on is only the partial Transfer payload. More...
 
class  ClientDeliveryStateException
 Thrown from client API that deal with a Delivery or Tracker where the outcome that results from that API can affect whether the API call succeeded or failed. Such a case might be that a sent message is awaiting a remote Accepted outcome but instead the remote sends Rejected outcome. More...
 
class  ClientException
 Represents a non-fatal exception that occurs from a Client connection or one of its resources. These error types can typically be recovered from without a full tear down and rebuild of the connection. One example might be a failure to commit a transaction due to a forced roll back on the remote side of the connection. More...
 
class  ClientIdleTimeoutException
 Thrown when the Client fails a connection due to idle timeout. More...
 
class  ClientIllegalStateException
 A non-fatal exception type thrown when an operation was attempted but the client resource was in a state that does not allow the operation. More...
 
class  ClientIOException
 Exception type that is thrown when the client has encountered an unrecoverable error. More...
 
class  ClientLinkRedirectedException
 Root exception type for cases of remote closure or client created Sender or Receiver. More...
 
class  ClientLinkRemotelyClosedException
 Root exception type for cases of remote closure or client created Sender or Receiver. More...
 
class  ClientMessageFormatViolationException
 Exception thrown from Message instances when the body section specified violates the configure message format of the message that is being created. More...
 
class  ClientOperationTimedOutException
 Indicates that an operation in the client timed out waiting for completion. More...
 
class  ClientResourceRemotelyClosedException
 Root exception type for cases of remote closure or client created resources other than the Client Connection} which will throw exceptions rooted from the ClientConnectionRemotelyClosedException to indicate a fatal connection level error that requires a new connection to be created. More...
 
class  ClientSendTimedOutException
 Thrown when a message send operation times out either waiting for credit or waiting for some other resource to be ready to allow a send to trigger. More...
 
class  ClientSessionRemotelyClosedException
 Root exception type for cases of remote closure or client created Session. More...
 
class  ClientTransactionDeclarationException
 Thrown when a transaction declaration fails or is rejected by the remote. More...
 
class  ClientTransactionInDoubtException
 Thrown when a transaction operation fails and state is now unknown. More...
 
class  ClientTransactionNotActiveException
 Thrown when a client attempt to commit or roll-back when no transaction has been declared. More...
 
class  ClientTransactionRolledBackException
 Thrown when a transaction operation fails due to the remote having already rolled back the transaction. More...
 
class  ClientUnsupportedOperationException
 Specialization of the non-fatal illegal state exception that indicates that the error relates to an attempt to perform some operation that is not supported either due to access restriction or due to the resource being used not having implemented that behavior. More...