Exception: Ice::MarshalException

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

Constant Summary collapse

ICE_TYPE =
T_MarshalException

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ MarshalException

Returns a new instance of MarshalException.



893
894
895
# File 'lib/Ice/LocalException.rb', line 893

def initialize(reason='')
    super(reason)
end

Instance Method Details

#to_sObject



897
898
899
# File 'lib/Ice/LocalException.rb', line 897

def to_s
    'Ice::MarshalException'
end