Class: Impala::Protocol::HiveMetastore::MetaException

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/impala/protocol/hive_metastore_types.rb

Constant Summary collapse

MESSAGE =
1
FIELDS =
{
MESSAGE => { :type => ::Thrift::Types::STRING, :name => 'message' }
}

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ MetaException

Returns a new instance of MetaException.



466
467
468
469
# File 'lib/impala/protocol/hive_metastore_types.rb', line 466

def initialize(message=nil)
  super()
  self.message = message
end

Instance Method Details

#struct_fieldsObject



477
# File 'lib/impala/protocol/hive_metastore_types.rb', line 477

def struct_fields; FIELDS; end

#validateObject



479
480
# File 'lib/impala/protocol/hive_metastore_types.rb', line 479

def validate
end