Exception: Ice::CloneNotImplementedException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::CloneNotImplementedException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_CloneNotImplementedException
Instance Method Summary collapse
-
#initialize ⇒ CloneNotImplementedException
constructor
A new instance of CloneNotImplementedException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ CloneNotImplementedException
Returns a new instance of CloneNotImplementedException.
138 139 |
# File 'lib/Ice/LocalException.rb', line 138 def initialize end |
Instance Method Details
#to_s ⇒ Object
141 142 143 |
# File 'lib/Ice/LocalException.rb', line 141 def to_s 'Ice::CloneNotImplementedException' end |