Exception: IceBox::AlreadyStoppedException

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

Constant Summary collapse

ICE_TYPE =
T_AlreadyStoppedException

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initializeAlreadyStoppedException

Returns a new instance of AlreadyStoppedException.



63
64
# File 'lib/IceBox/IceBox.rb', line 63

def initialize
end

Instance Method Details

#to_sObject



66
67
68
# File 'lib/IceBox/IceBox.rb', line 66

def to_s
    'IceBox::AlreadyStoppedException'
end