Exception: Ice::CloseConnectionException
- Inherits:
-
ProtocolException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- Ice::CloseConnectionException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ CloseConnectionException
constructor
A new instance of CloseConnectionException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ CloseConnectionException
Returns a new instance of CloseConnectionException.
782 783 784 |
# File 'lib/Ice/LocalException.rb', line 782 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
786 787 788 |
# File 'lib/Ice/LocalException.rb', line 786 def to_s '::Ice::CloseConnectionException' end |