Class ProviderConnectionRedirectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.jms.provider.ProviderException
org.apache.qpid.jms.provider.exceptions.ProviderIOException
org.apache.qpid.jms.provider.exceptions.ProviderConnectionRemotelyClosedException
org.apache.qpid.jms.provider.exceptions.ProviderConnectionRedirectedException
- All Implemented Interfaces:
Serializable
public class ProviderConnectionRedirectedException
extends ProviderConnectionRemotelyClosedException
IOException derivative that defines that the remote peer has requested that this
connection be redirected to some alternative peer.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.qpid.jms.provider.exceptions.ProviderConnectionRemotelyClosedException
toJMSExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderConnectionRedirectedException
-
-
Method Details
-
getRedirectionURI
- Returns:
- the URI that represents the redirection.
-