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

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

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

An IllegalArgument exception indicates an illegal or invalid argument was passed into a procedure.

See Also:
Serialized Form

Nested Class Summary
static class IllegalArgument.Isset
           
 
Field Summary
 IllegalArgument.Isset __isset
           
 String message
           
 
Constructor Summary
IllegalArgument()
           
IllegalArgument(String message)
           
 
Method Summary
 boolean equals(IllegalArgument that)
           
 boolean equals(Object that)
           
 int hashCode()
           
 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public String message

__isset

public final IllegalArgument.Isset __isset
Constructor Detail

IllegalArgument

public IllegalArgument()

IllegalArgument

public IllegalArgument(String message)
Method Detail

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(IllegalArgument 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