Exception: Ice::MarshalException

Inherits:
ProtocolException show all
Defined in:
lib/Ice/LocalException.rb

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

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_sObject



858
859
860
# File 'lib/Ice/LocalException.rb', line 858

def to_s
    '::Ice::MarshalException'
end