class Impala::Protocol::HiveMetastore::AlreadyExistsException

Constants

FIELDS
MESSAGE

Public Class Methods

new(message=nil) click to toggle source
Calls superclass method
    # File lib/impala/protocol/hive_metastore_types.rb
530 def initialize(message=nil)
531   super()
532   self.message = message
533 end

Public Instance Methods

struct_fields() click to toggle source
    # File lib/impala/protocol/hive_metastore_types.rb
541 def struct_fields; FIELDS; end
validate() click to toggle source
    # File lib/impala/protocol/hive_metastore_types.rb
543 def validate
544 end