Exception: Ice::InvocationCanceledException

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

Constant Summary collapse

ICE_TYPE =
T_InvocationCanceledException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeInvocationCanceledException

Returns a new instance of InvocationCanceledException.



665
666
# File 'lib/Ice/LocalException.rb', line 665

def initialize
end

Instance Method Details

#to_sObject



668
669
670
# File 'lib/Ice/LocalException.rb', line 668

def to_s
    'Ice::InvocationCanceledException'
end