Exception: Ice::OperationInterruptedException

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

Constant Summary collapse

ICE_TYPE =
T_OperationInterruptedException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeOperationInterruptedException

Returns a new instance of OperationInterruptedException.



581
582
# File 'lib/Ice/LocalException.rb', line 581

def initialize
end

Instance Method Details

#to_sObject



584
585
586
# File 'lib/Ice/LocalException.rb', line 584

def to_s
    'Ice::OperationInterruptedException'
end