Exception: Ice::CloseTimeoutException
- Inherits:
-
TimeoutException
- Object
- StandardError
- Exception
- LocalException
- TimeoutException
- Ice::CloseTimeoutException
- Defined in:
- lib/Ice/LocalException.rb
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.
599 600 |
# File 'lib/Ice/LocalException.rb', line 599 def initialize end |
Instance Method Details
#to_s ⇒ Object
602 603 604 |
# File 'lib/Ice/LocalException.rb', line 602 def to_s '::Ice::CloseTimeoutException' end |