public class ProviderRedirectedException extends IOException
IOException derivative that defines that the remote peer has requested that this
connection be redirected to some alternative peer.| Constructor and Description |
|---|
ProviderRedirectedException(String reason,
String hostname,
String networkHost,
int port) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname() |
String |
getNetworkHost() |
int |
getPort() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getHostname()
public String getNetworkHost()
public int getPort()
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.