org.apache.hadoop.hbase.thrift.generated
Class AlreadyExists

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hbase.thrift.generated.AlreadyExists
All Implemented Interfaces:
com.facebook.thrift.TBase, Serializable

public class AlreadyExists
extends Exception
implements com.facebook.thrift.TBase, Serializable

An AlreadyExists exceptions signals that a table with the specified name already exists

See Also:
Serialized Form

Nested Class Summary
static class AlreadyExists.Isset
           
 
Field Summary
 AlreadyExists.Isset __isset
           
 String message
           
 
Constructor Summary
AlreadyExists()
           
AlreadyExists(String message)
           
 
Method Summary
 void read(com.facebook.thrift.protocol.TProtocol iprot)
           
 String toString()
           
 void write(com.facebook.thrift.protocol.TProtocol oprot)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public String message

__isset

public final AlreadyExists.Isset __isset
Constructor Detail

AlreadyExists

public AlreadyExists()

AlreadyExists

public AlreadyExists(String message)
Method Detail

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 © 2006 The Apache Software Foundation