class Thrift::ProtocolException
Constants
- BAD_VERSION
- DEPTH_LIMIT
- INVALID_DATA
- NEGATIVE_SIZE
- NOT_IMPLEMENTED
- SIZE_LIMIT
- UNKNOWN
Attributes
Public Class Methods
Source
# File lib/thrift/protocol/base_protocol.rb 36 def initialize(type=UNKNOWN, message=nil) 37 super(message) 38 @type = type 39 end
Calls superclass method
Thrift::Exception::new