org.apache.hadoop.hive.serde2
Class SerDeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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