Exception: Ice::CloneNotImplementedException

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

Constant Summary collapse

ICE_TYPE =
T_CloneNotImplementedException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeCloneNotImplementedException

Returns a new instance of CloneNotImplementedException.



138
139
# File 'lib/Ice/LocalException.rb', line 138

def initialize
end

Instance Method Details

#to_sObject



141
142
143
# File 'lib/Ice/LocalException.rb', line 141

def to_s
    'Ice::CloneNotImplementedException'
end