class IndexAlreadyExistsException
Constants
- FIELDS
- MESSAGE
Public Class Methods
new(message=nil)
click to toggle source
Calls superclass method
# File lib/thrift/hive_metastore_types.rb 570 def initialize(message=nil) 571 super() 572 self.message = message 573 end
Public Instance Methods
struct_fields()
click to toggle source
# File lib/thrift/hive_metastore_types.rb 581 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/hive_metastore_types.rb 583 def validate 584 end