Exception: Ice::InvocationCanceledException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::InvocationCanceledException
- Defined in:
- lib/Ice/LocalException.rb
Instance Method Summary collapse
-
#initialize ⇒ InvocationCanceledException
constructor
A new instance of InvocationCanceledException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ InvocationCanceledException
Returns a new instance of InvocationCanceledException.
638 639 |
# File 'lib/Ice/LocalException.rb', line 638 def initialize end |
Instance Method Details
#to_s ⇒ Object
641 642 643 |
# File 'lib/Ice/LocalException.rb', line 641 def to_s '::Ice::InvocationCanceledException' end |