Exception: Ice::EncapsulationException

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

Constant Summary collapse

ICE_TYPE =
T_EncapsulationException

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ EncapsulationException

Returns a new instance of EncapsulationException.



1008
1009
1010
# File 'lib/Ice/LocalException.rb', line 1008

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

Instance Method Details

#to_sObject



1012
1013
1014
# File 'lib/Ice/LocalException.rb', line 1012

def to_s
    'Ice::EncapsulationException'
end