org.apache.blur.thirdparty.thrift_0_9_0
Class TException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

Constructor Detail

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.