class

Thrift::ApplicationException

Inherits Thrift::Type::Read < Thrift::Type < Thrift::Exception < Exception < Reference < Object

Constants

BAD_SEQUENCE_ID = 4
INTERNAL_ERROR = 6
INVALID_MESSAGE_TYPE = 2
INVALID_PROTOCOL = 9
INVALID_TRANSFORM = 8
MISSING_RESULT = 5
PROTOCOL_ERROR = 7
UNKNOWN = 0
UNKNOWN_METHOD = 1
UNSUPPORTED_CLIENT_TYPE = 10
WRONG_METHOD_NAME = 3

Constructors

new(type : Int32 = UNKNOWN, message = nil)
Source

Instance methods

message
Source

All thrift compatible types need to define a class level read method

Source
type
Source

All thrift compatible types need to define a write method

Source