Exception: IceBox::NoSuchServiceException

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

Constant Summary collapse

ICE_TYPE =
T_NoSuchServiceException

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initializeNoSuchServiceException

Returns a new instance of NoSuchServiceException.



77
78
# File 'lib/IceBox/IceBox.rb', line 77

def initialize
end

Instance Method Details

#to_sObject



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

def to_s
    'IceBox::NoSuchServiceException'
end