org.apache.blur.thirdparty.thrift_0_9_0
Class TException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.blur.thirdparty.thrift_0_9_0.TException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BlurException, TApplicationException, TProtocolException, TTransportException
public class TException
- extends Exception
Generic exception class for Thrift.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TException
public TException()
TException
public TException(String message)
TException
public TException(Throwable cause)
TException
public TException(String message,
Throwable cause)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.