Exception: Ice::CommunicatorDestroyedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::CommunicatorDestroyedException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_CommunicatorDestroyedException
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.
213 214 |
# File 'lib/Ice/LocalException.rb', line 213 def initialize end |
Instance Method Details
#to_s ⇒ Object
216 217 218 |
# File 'lib/Ice/LocalException.rb', line 216 def to_s 'Ice::CommunicatorDestroyedException' end |