Exception: Ice::EncapsulationException
- Inherits:
-
MarshalException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- MarshalException
- Ice::EncapsulationException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ EncapsulationException
constructor
A new instance of EncapsulationException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ EncapsulationException
Returns a new instance of EncapsulationException.
962 963 964 |
# File 'lib/Ice/LocalException.rb', line 962 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
966 967 968 |
# File 'lib/Ice/LocalException.rb', line 966 def to_s '::Ice::EncapsulationException' end |