Exception: Common::AddServiceHbaseError

Inherits:
CloudboxError
  • Object
show all
Defined in:
lib/common/cloudbox_exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ AddServiceHbaseError

Returns a new instance of AddServiceHbaseError.



91
92
93
# File 'lib/common/cloudbox_exceptions.rb', line 91

def initialize(msg)
  super(msg)
end