Exception: Ice::CompressionException
- Inherits:
-
ProtocolException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- Ice::CompressionException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ CompressionException
constructor
A new instance of CompressionException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ CompressionException
Returns a new instance of CompressionException.
826 827 828 |
# File 'lib/Ice/LocalException.rb', line 826 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
830 831 832 |
# File 'lib/Ice/LocalException.rb', line 830 def to_s '::Ice::CompressionException' end |