org.apache.hadoop.hbase.avro.generated
Class AIOError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.avro.ipc.AvroRemoteException
                  extended by org.apache.avro.specific.SpecificExceptionBase
                      extended by org.apache.hadoop.hbase.avro.generated.AIOError
All Implemented Interfaces:
Serializable, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class AIOError
extends org.apache.avro.specific.SpecificExceptionBase
implements org.apache.avro.specific.SpecificRecord

See Also:
Serialized Form

Field Summary
 org.apache.avro.util.Utf8 message
           
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
AIOError()
           
 
Method Summary
 Object get(int field$)
           
 org.apache.avro.Schema getSchema()
           
 void put(int field$, Object value$)
           
 
Methods inherited from class org.apache.avro.specific.SpecificExceptionBase
equals, hashCode
 
Methods inherited from class org.apache.avro.ipc.AvroRemoteException
getValue
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

message

public org.apache.avro.util.Utf8 message
Constructor Detail

AIOError

public AIOError()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificExceptionBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificExceptionBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificExceptionBase


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.