Exception: Ice::OperationInterruptedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::OperationInterruptedException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_OperationInterruptedException
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.
581 582 |
# File 'lib/Ice/LocalException.rb', line 581 def initialize end |
Instance Method Details
#to_s ⇒ Object
584 585 586 |
# File 'lib/Ice/LocalException.rb', line 584 def to_s 'Ice::OperationInterruptedException' end |