Uses of Class
org.apache.qpid.jms.provider.exceptions.ProviderIOException
-
Packages that use ProviderIOException Package Description org.apache.qpid.jms.provider.exceptions -
-
Uses of ProviderIOException in org.apache.qpid.jms.provider.exceptions
Subclasses of ProviderIOException in org.apache.qpid.jms.provider.exceptions Modifier and Type Class Description classProviderClosedExceptionclassProviderConnectionRedirectedExceptionIOExceptionderivative that defines that the remote peer has requested that this connection be redirected to some alternative peer.classProviderConnectionRemotelyClosedExceptionclassProviderConnectionResourceAllocationExceptionclassProviderConnectionResourceNotFoundExceptionclassProviderConnectionSecurityExceptionConnection level Security Exception used to indicate a security violation has occurred.classProviderConnectionSecuritySaslExceptionSecurity Exception used to indicate a security violation has occurred.classProviderFailedExceptionclassProviderIdleTimeoutExceptionThrown when the Provider fails a connection due to idle timeout.classProviderInvalidClientIDExceptionMethods in org.apache.qpid.jms.provider.exceptions that return ProviderIOException Modifier and Type Method Description static ProviderIOExceptionProviderExceptionSupport. createOrPassthroughFatal(Throwable cause)Checks the given cause to determine if it's already an ProviderIOException type and if not creates a new ProviderIOException to wrap it.
-