public class AbortedFetchException extends BaseFetchException
Constructor and Description |
---|
AbortedFetchException() |
AbortedFetchException(String url,
AbortedFetchReason abortReason) |
AbortedFetchException(String url,
String msg,
AbortedFetchReason abortReason) |
Modifier and Type | Method and Description |
---|---|
AbortedFetchReason |
getAbortReason() |
compareToBase, equals, getCause, getLocalizedMessage, getMessage, getStackTrace, getUrl, hashCode, initCause, printStackTrace, printStackTrace, printStackTrace, readBaseFields, setStackTrace, toString, writeBaseFields
addSuppressed, fillInStackTrace, getSuppressed
public AbortedFetchException()
public AbortedFetchException(String url, AbortedFetchReason abortReason)
public AbortedFetchException(String url, String msg, AbortedFetchReason abortReason)
public AbortedFetchReason getAbortReason()
Copyright © 2015. All rights reserved.