Exception: Ice::ServerNotFoundException

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

Constant Summary collapse

ICE_TYPE =
T_ServerNotFoundException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeServerNotFoundException

Returns a new instance of ServerNotFoundException.



86
87
# File 'lib/Ice/Locator.rb', line 86

def initialize
end

Instance Method Details

#to_sObject



89
90
91
# File 'lib/Ice/Locator.rb', line 89

def to_s
    'Ice::ServerNotFoundException'
end