| Package | Description |
|---|---|
| org.apache.qpid.jms.provider.amqp | |
| org.apache.qpid.jms.provider.exceptions |
| Modifier and Type | Method and Description |
|---|---|
static ProviderConnectionRemotelyClosedException |
AmqpSupport.convertToConnectionClosedException(AmqpProvider provider,
org.apache.qpid.proton.engine.Endpoint endpoint,
org.apache.qpid.proton.amqp.transport.ErrorCondition errorCondition)
Given an ErrorCondition instance create a new Exception that best matches
the error type that indicates the connection creation failed for some reason.
|
static ProviderConnectionRemotelyClosedException |
AmqpSupport.createRedirectException(AmqpProvider provider,
org.apache.qpid.proton.amqp.Symbol error,
String message,
org.apache.qpid.proton.amqp.transport.ErrorCondition condition)
When a redirect type exception is received this method is called to create the
appropriate redirect exception type containing the error details needed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProviderConnectionRedirectedException
IOException derivative that defines that the remote peer has requested that this
connection be redirected to some alternative peer. |
class |
ProviderConnectionResourceAllocationException |
class |
ProviderConnectionResourceNotFoundException |
class |
ProviderConnectionSecurityException
Connection level Security Exception used to indicate a security violation has occurred.
|
class |
ProviderConnectionSecuritySaslException
Security Exception used to indicate a security violation has occurred.
|
class |
ProviderInvalidClientIDException |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.