Exception: Ice::ServerNotFoundException

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

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeServerNotFoundException

Returns a new instance of ServerNotFoundException.


77
78
# File 'lib/Ice/Locator.rb', line 77

def initialize
end

Instance Method Details

#to_sObject


80
81
82
# File 'lib/Ice/Locator.rb', line 80

def to_s
    '::Ice::ServerNotFoundException'
end