Exception: Ice::InvocationCanceledException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::InvocationCanceledException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_InvocationCanceledException
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.
665 666 |
# File 'lib/Ice/LocalException.rb', line 665 def initialize end |
Instance Method Details
#to_s ⇒ Object
668 669 670 |
# File 'lib/Ice/LocalException.rb', line 668 def to_s 'Ice::InvocationCanceledException' end |