class AlreadyExistsException

Constants

FIELDS
MESSAGE

Public Class Methods

new(message=nil) click to toggle source
Calls superclass method
    # File lib/thrift/hive_metastore_types.rb
507 def initialize(message=nil)
508   super()
509   self.message = message
510 end

Public Instance Methods

struct_fields() click to toggle source
    # File lib/thrift/hive_metastore_types.rb
518 def struct_fields; FIELDS; end
validate() click to toggle source
    # File lib/thrift/hive_metastore_types.rb
520 def validate
521 end