Exception: IceBox::AlreadyStoppedException

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

#initializeAlreadyStoppedException

Returns a new instance of AlreadyStoppedException.



56
57
# File 'lib/IceBox/IceBox.rb', line 56

def initialize
end

Instance Method Details

#to_sObject



59
60
61
# File 'lib/IceBox/IceBox.rb', line 59

def to_s
    '::IceBox::AlreadyStoppedException'
end