Exception: Ice::OperationInterruptedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::OperationInterruptedException
- Defined in:
- lib/Ice/LocalException.rb
Instance Method Summary collapse
-
#initialize ⇒ OperationInterruptedException
constructor
A new instance of OperationInterruptedException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ OperationInterruptedException
Returns a new instance of OperationInterruptedException.
560 561 |
# File 'lib/Ice/LocalException.rb', line 560 def initialize end |
Instance Method Details
#to_s ⇒ Object
563 564 565 |
# File 'lib/Ice/LocalException.rb', line 563 def to_s '::Ice::OperationInterruptedException' end |