Exception
# File lib/thrift/protocol/base_protocol.rb, line 36 def initialize(type=UNKNOWN, message=nil) super(message) @type = type end