Exception: Ice::ForcedCloseConnectionException
- Inherits:
-
ProtocolException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- Ice::ForcedCloseConnectionException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_ForcedCloseConnectionException
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ ForcedCloseConnectionException
constructor
A new instance of ForcedCloseConnectionException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ ForcedCloseConnectionException
Returns a new instance of ForcedCloseConnectionException.
833 834 835 |
# File 'lib/Ice/LocalException.rb', line 833 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
837 838 839 |
# File 'lib/Ice/LocalException.rb', line 837 def to_s 'Ice::ForcedCloseConnectionException' end |