Exception: IceBox::AlreadyStartedException

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

Constant Summary collapse

ICE_TYPE =
T_AlreadyStartedException

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initializeAlreadyStartedException

Returns a new instance of AlreadyStartedException.



49
50
# File 'lib/IceBox/IceBox.rb', line 49

def initialize
end

Instance Method Details

#to_sObject



52
53
54
# File 'lib/IceBox/IceBox.rb', line 52

def to_s
    'IceBox::AlreadyStartedException'
end