Exception: IceBox::AlreadyStartedException

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

#initializeAlreadyStartedException

Returns a new instance of AlreadyStartedException.



43
44
# File 'lib/IceBox/IceBox.rb', line 43

def initialize
end

Instance Method Details

#to_sObject



46
47
48
# File 'lib/IceBox/IceBox.rb', line 46

def to_s
    '::IceBox::AlreadyStartedException'
end