Class: UnknownDBException

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/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) ⇒ UnknownDBException

Returns a new instance of UnknownDBException.



324
325
326
327
# File 'lib/thrift/hive_metastore_types.rb', line 324

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

Instance Method Details

#struct_fieldsObject



335
# File 'lib/thrift/hive_metastore_types.rb', line 335

def struct_fields; FIELDS; end

#validateObject



337
338
# File 'lib/thrift/hive_metastore_types.rb', line 337

def validate
end