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
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(String reason, URI redirect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetRedirectionURI()-
Methods inherited from class org.apache.qpid.jms.provider.exceptions.ProviderConnectionRemotelyClosedException
toJMSException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-