public class RedirectFetchException extends BaseFetchException
Modifier and Type | Class and Description |
---|---|
static class |
RedirectFetchException.RedirectExceptionReason |
Constructor and Description |
---|
RedirectFetchException() |
RedirectFetchException(String url,
String redirectedUrl,
RedirectFetchException.RedirectExceptionReason reason) |
Modifier and Type | Method and Description |
---|---|
RedirectFetchException.RedirectExceptionReason |
getReason() |
String |
getRedirectedUrl() |
compareToBase, equals, getCause, getLocalizedMessage, getMessage, getStackTrace, getUrl, hashCode, initCause, printStackTrace, printStackTrace, printStackTrace, readBaseFields, setStackTrace, toString, writeBaseFields
addSuppressed, fillInStackTrace, getSuppressed
public RedirectFetchException()
public RedirectFetchException(String url, String redirectedUrl, RedirectFetchException.RedirectExceptionReason reason)
public String getRedirectedUrl()
public RedirectFetchException.RedirectExceptionReason getReason()
Copyright © 2015. All rights reserved.