Exception: IceGrid::RegistryNotExistException

Inherits:
Ice::UserException show all
Defined in:
ruby/IceGrid/Exception.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::UserException

#ice_id, #inspect

Instance Attribute Details

#nameObject

Returns the value of attribute name.



94
95
96
# File 'ruby/IceGrid/Exception.rb', line 94

def name
  @name
end

Instance Method Details

#to_sObject



90
91
92
# File 'ruby/IceGrid/Exception.rb', line 90

def to_s
    '::IceGrid::RegistryNotExistException'
end