Exception: Ice::UnmarshalOutOfBoundsException
- Inherits:
-
MarshalException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- MarshalException
- Ice::UnmarshalOutOfBoundsException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_UnmarshalOutOfBoundsException
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ UnmarshalOutOfBoundsException
constructor
A new instance of UnmarshalOutOfBoundsException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ UnmarshalOutOfBoundsException
Returns a new instance of UnmarshalOutOfBoundsException.
923 924 925 |
# File 'lib/Ice/LocalException.rb', line 923 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
927 928 929 |
# File 'lib/Ice/LocalException.rb', line 927 def to_s 'Ice::UnmarshalOutOfBoundsException' end |