Class: IndexAlreadyExistsException
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- IndexAlreadyExistsException
- 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
-
#initialize(message = nil) ⇒ IndexAlreadyExistsException
constructor
A new instance of IndexAlreadyExistsException.
- #struct_fields ⇒ Object
- #validate ⇒ Object
Constructor Details
#initialize(message = nil) ⇒ IndexAlreadyExistsException
Returns a new instance of IndexAlreadyExistsException.
408 409 410 411 |
# File 'lib/thrift/hive_metastore_types.rb', line 408 def initialize(=nil) super() self. = end |
Instance Method Details
#struct_fields ⇒ Object
419 |
# File 'lib/thrift/hive_metastore_types.rb', line 419 def struct_fields; FIELDS; end |
#validate ⇒ Object
421 422 |
# File 'lib/thrift/hive_metastore_types.rb', line 421 def validate end |