org.apache.hadoop.hive.serde2.avro
Class AvroSerdeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hive.serde2.SerDeException
              extended by org.apache.hadoop.hive.serde2.avro.AvroSerdeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadSchemaException

public class AvroSerdeException
extends SerDeException

See Also:
Serialized Form

Constructor Summary
AvroSerdeException()
           
AvroSerdeException(String message)
           
AvroSerdeException(String message, Throwable cause)
           
AvroSerdeException(Throwable cause)
           
 
Method Summary
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvroSerdeException

public AvroSerdeException()

AvroSerdeException

public AvroSerdeException(String message)

AvroSerdeException

public AvroSerdeException(Throwable cause)

AvroSerdeException

public AvroSerdeException(String message,
                          Throwable cause)


Copyright © 2013 The Apache Software Foundation