public abstract class BaseFetchException
extends java.lang.Exception
Modifier | Constructor and Description |
---|---|
protected |
BaseFetchException() |
protected |
BaseFetchException(java.lang.String url) |
protected |
BaseFetchException(java.lang.String url,
java.lang.Exception e) |
protected |
BaseFetchException(java.lang.String url,
java.lang.String msg) |
protected |
BaseFetchException(java.lang.String url,
java.lang.String msg,
java.lang.Exception e) |
Modifier and Type | Method and Description |
---|---|
protected int |
compareToBase(BaseFetchException e) |
java.lang.Throwable |
getCause() |
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
java.lang.String |
getUrl() |
abstract UrlStatus |
mapToUrlStatus() |
protected void |
readBaseFields(java.io.DataInput input) |
java.lang.String |
toString() |
protected void |
writeBaseFields(java.io.DataOutput output) |
protected BaseFetchException()
protected BaseFetchException(java.lang.String url)
protected BaseFetchException(java.lang.String url, java.lang.String msg)
protected BaseFetchException(java.lang.String url, java.lang.Exception e)
protected BaseFetchException(java.lang.String url, java.lang.String msg, java.lang.Exception e)
public java.lang.String getUrl()
protected int compareToBase(BaseFetchException e)
public abstract UrlStatus mapToUrlStatus()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
protected void readBaseFields(java.io.DataInput input) throws java.io.IOException
java.io.IOException
protected void writeBaseFields(java.io.DataOutput output) throws java.io.IOException
java.io.IOException
Copyright © 2012 Bixo Labs