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:
java.io.Serializable
public class ProviderConnectionRedirectedException extends ProviderConnectionRemotelyClosedException
IOExceptionderivative that defines that the remote peer has requested that this connection be redirected to some alternative peer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderConnectionRedirectedException(java.lang.String reason, java.net.URI redirect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URIgetRedirectionURI()-
Methods inherited from class org.apache.qpid.jms.provider.exceptions.ProviderConnectionRemotelyClosedException
toJMSException
-
-