org.apache.hadoop.hbase.thrift.generated
Class IOError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hbase.thrift.generated.IOError
- All Implemented Interfaces:
- com.facebook.thrift.TBase, Serializable
public class IOError
- extends Exception
- implements com.facebook.thrift.TBase, Serializable
An IOError exception signals that an error occurred communicating
to the Hbase master or an Hbase region server. Also used to return
more general Hbase error conditions.
- See Also:
- Serialized Form
message
public String message
__isset
public final IOError.Isset __isset
IOError
public IOError()
IOError
public IOError(String message)
equals
public boolean equals(Object that)
- Overrides:
equals
in class Object
equals
public boolean equals(IOError that)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
read
public void read(com.facebook.thrift.protocol.TProtocol iprot)
throws com.facebook.thrift.TException
- Specified by:
read
in interface com.facebook.thrift.TBase
- Throws:
com.facebook.thrift.TException
write
public void write(com.facebook.thrift.protocol.TProtocol oprot)
throws com.facebook.thrift.TException
- Specified by:
write
in interface com.facebook.thrift.TBase
- Throws:
com.facebook.thrift.TException
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2008 The Apache Software Foundation