Exception: IceBox::NoSuchServiceException

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

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeNoSuchServiceException

Returns a new instance of NoSuchServiceException.



69
70
# File 'lib/IceBox/IceBox.rb', line 69

def initialize
end

Instance Method Details

#to_sObject



72
73
74
# File 'lib/IceBox/IceBox.rb', line 72

def to_s
    '::IceBox::NoSuchServiceException'
end