org.apache.hadoop.hive.serde2
Class SerDeException

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

public class SerDeException
extends Exception

Generic exception class for SerDes.

See Also:
Serialized Form

Constructor Summary
SerDeException()
           
SerDeException(String message)
           
SerDeException(String message, Throwable cause)
           
SerDeException(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

SerDeException

public SerDeException()

SerDeException

public SerDeException(String message)

SerDeException

public SerDeException(Throwable cause)

SerDeException

public SerDeException(String message,
                      Throwable cause)


Copyright © 2013 The Apache Software Foundation