Exception: Ice::OperationInterruptedException

Inherits:
LocalException show all
Defined in:
lib/Ice/LocalException.rb

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeOperationInterruptedException

Returns a new instance of OperationInterruptedException.



560
561
# File 'lib/Ice/LocalException.rb', line 560

def initialize
end

Instance Method Details

#to_sObject



563
564
565
# File 'lib/Ice/LocalException.rb', line 563

def to_s
    '::Ice::OperationInterruptedException'
end