Exception: Ice::UnmarshalOutOfBoundsException

Inherits:
MarshalException 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 = '') ⇒ UnmarshalOutOfBoundsException

Returns a new instance of UnmarshalOutOfBoundsException.



882
883
884
# File 'lib/Ice/LocalException.rb', line 882

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

Instance Method Details

#to_sObject



886
887
888
# File 'lib/Ice/LocalException.rb', line 886

def to_s
    '::Ice::UnmarshalOutOfBoundsException'
end