Exception: Ice::CloseTimeoutException
- Inherits:
-
TimeoutException
- Object
- StandardError
- Exception
- LocalException
- TimeoutException
- Ice::CloseTimeoutException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_CloseTimeoutException
Instance Method Summary collapse
-
#initialize ⇒ CloseTimeoutException
constructor
A new instance of CloseTimeoutException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ CloseTimeoutException
Returns a new instance of CloseTimeoutException.
623 624 |
# File 'lib/Ice/LocalException.rb', line 623 def initialize end |
Instance Method Details
#to_s ⇒ Object
626 627 628 |
# File 'lib/Ice/LocalException.rb', line 626 def to_s 'Ice::CloseTimeoutException' end |