public abstract class BaseFetchException extends Exception
Modifier | Constructor and Description |
---|---|
protected |
BaseFetchException() |
protected |
BaseFetchException(String url) |
protected |
BaseFetchException(String url,
Exception e) |
protected |
BaseFetchException(String url,
String msg) |
protected |
BaseFetchException(String url,
String msg,
Exception e) |
Modifier and Type | Method and Description |
---|---|
protected int |
compareToBase(BaseFetchException e) |
boolean |
equals(Object obj) |
Throwable |
getCause() |
String |
getLocalizedMessage() |
String |
getMessage() |
StackTraceElement[] |
getStackTrace() |
String |
getUrl() |
int |
hashCode() |
Throwable |
initCause(Throwable cause) |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
protected void |
readBaseFields(DataInput input) |
void |
setStackTrace(StackTraceElement[] stackTrace) |
String |
toString() |
protected void |
writeBaseFields(DataOutput output) |
addSuppressed, fillInStackTrace, getSuppressed
protected BaseFetchException()
protected BaseFetchException(String url)
public String getUrl()
protected int compareToBase(BaseFetchException e)
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public String getMessage()
getMessage
in class Throwable
public StackTraceElement[] getStackTrace()
getStackTrace
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
public void setStackTrace(StackTraceElement[] stackTrace)
setStackTrace
in class Throwable
protected void readBaseFields(DataInput input) throws IOException
IOException
protected void writeBaseFields(DataOutput output) throws IOException
IOException
Copyright © 2015. All rights reserved.