Exception: Ice::CommunicatorDestroyedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::CommunicatorDestroyedException
- Defined in:
- lib/Ice/LocalException.rb
Instance Method Summary collapse
-
#initialize ⇒ CommunicatorDestroyedException
constructor
A new instance of CommunicatorDestroyedException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ CommunicatorDestroyedException
Returns a new instance of CommunicatorDestroyedException.
197 198 |
# File 'lib/Ice/LocalException.rb', line 197 def initialize end |
Instance Method Details
#to_s ⇒ Object
200 201 202 |
# File 'lib/Ice/LocalException.rb', line 200 def to_s '::Ice::CommunicatorDestroyedException' end |