Uses of Class
org.apache.qpid.jms.provider.exceptions.ProviderConnectionRemotelyClosedException
-
Packages that use ProviderConnectionRemotelyClosedException Package Description org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.exceptions -
-
Uses of ProviderConnectionRemotelyClosedException in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp that return ProviderConnectionRemotelyClosedException Modifier and Type Method Description static ProviderConnectionRemotelyClosedExceptionAmqpSupport. 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 ProviderConnectionRemotelyClosedExceptionAmqpSupport. 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. -
Uses of ProviderConnectionRemotelyClosedException in org.apache.qpid.jms.provider.exceptions
Subclasses of ProviderConnectionRemotelyClosedException in org.apache.qpid.jms.provider.exceptions Modifier and Type Class Description classProviderConnectionRedirectedExceptionIOExceptionderivative that defines that the remote peer has requested that this connection be redirected to some alternative peer.classProviderConnectionResourceAllocationExceptionclassProviderConnectionResourceNotFoundExceptionclassProviderConnectionSecurityExceptionConnection level Security Exception used to indicate a security violation has occurred.classProviderConnectionSecuritySaslExceptionSecurity Exception used to indicate a security violation has occurred.classProviderInvalidClientIDException
-