Package org.apache.thrift
Class TException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.thrift.TException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TApplicationException,TProtocolException,TSimpleJSONProtocol.CollectionMapKeyException,TTransportException
Generic exception class for Thrift.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTException(String message) TException(String message, Throwable cause) TException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TException
public TException() -
TException
-
TException
-
TException
-