TApplicationException

Application-level exception.

It is thrown if an RPC call went wrong on the application layer, e.g. if the receiver does not know the method name requested or a method invoked by the service processor throws an exception not part of the Thrift API.

Constructors

this
this(Type type, string file, size_t line, Throwable next)
this
this(string msg, string file, size_t line, Throwable next)
this
this(string msg, Type type, string file, size_t line, Throwable next)

Members

Enums

Type
enum Type

The possible exception types.

Functions

read
void read(TProtocol iprot)
type
Type type()
write
void write(TProtocol oprot)

Meta