Method: UnknownDBException#initialize
- Defined in:
- lib/thrift/hive_metastore_types.rb
#initialize(message = nil) ⇒ UnknownDBException
Returns a new instance of UnknownDBException.
486 487 488 489 |
# File 'lib/thrift/hive_metastore_types.rb', line 486 def initialize(=nil) super() self. = end |