public class IOFetchException extends BaseFetchException implements org.apache.hadoop.io.WritableComparable<IOFetchException>
Constructor and Description |
---|
IOFetchException() |
IOFetchException(java.lang.String url,
java.io.IOException e) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IOFetchException e) |
UrlStatus |
mapToUrlStatus() |
void |
readFields(java.io.DataInput input) |
void |
write(java.io.DataOutput output) |
compareToBase, getCause, getLocalizedMessage, getMessage, getUrl, readBaseFields, toString, writeBaseFields
public IOFetchException()
public IOFetchException(java.lang.String url, java.io.IOException e)
public UrlStatus mapToUrlStatus()
mapToUrlStatus
in class BaseFetchException
public void readFields(java.io.DataInput input) throws java.io.IOException
readFields
in interface org.apache.hadoop.io.Writable
java.io.IOException
public void write(java.io.DataOutput output) throws java.io.IOException
write
in interface org.apache.hadoop.io.Writable
java.io.IOException
public int compareTo(IOFetchException e)
compareTo
in interface java.lang.Comparable<IOFetchException>
Copyright © 2012 Bixo Labs