Exception: Ice::MarshalException
- Inherits:
-
ProtocolException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- Ice::MarshalException
- Defined in:
- lib/Ice/LocalException.rb
Direct Known Subclasses
EncapsulationException, MemoryLimitException, NoValueFactoryException, ProxyUnmarshalException, StringConversionException, UnexpectedObjectException, UnmarshalOutOfBoundsException
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ MarshalException
constructor
A new instance of MarshalException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ MarshalException
Returns a new instance of MarshalException.
854 855 856 |
# File 'lib/Ice/LocalException.rb', line 854 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
858 859 860 |
# File 'lib/Ice/LocalException.rb', line 858 def to_s '::Ice::MarshalException' end |