Exception: IceGrid::RegistryNotExistException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(name = '') ⇒ RegistryNotExistException

Returns a new instance of RegistryNotExistException.



161
162
163
# File 'lib/IceGrid/Exception.rb', line 161

def initialize(name='')
    @name = name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



169
170
171
# File 'lib/IceGrid/Exception.rb', line 169

def name
  @name
end

Instance Method Details

#to_sObject



165
166
167
# File 'lib/IceGrid/Exception.rb', line 165

def to_s
    '::IceGrid::RegistryNotExistException'
end