org.apache.hadoop.hbase.thrift.generated
Class NotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hbase.thrift.generated.NotFound
- All Implemented Interfaces:
- com.facebook.thrift.TBase, Serializable
public class NotFound
- extends Exception
- implements com.facebook.thrift.TBase, Serializable
A NotFound exception is used to indicate that no value was found
for a query, or that a scanner has reached it's end.
- See Also:
- Serialized Form
Method Summary |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
|
String |
toString()
|
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
|
message
public String message
__isset
public final NotFound.Isset __isset
NotFound
public NotFound()
NotFound
public NotFound(String message)
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