Exception: Ice::InvocationCanceledException

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

#initializeInvocationCanceledException

Returns a new instance of InvocationCanceledException.



638
639
# File 'lib/Ice/LocalException.rb', line 638

def initialize
end

Instance Method Details

#to_sObject



641
642
643
# File 'lib/Ice/LocalException.rb', line 641

def to_s
    '::Ice::InvocationCanceledException'
end