Exception: Ice::CloneNotImplementedException

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

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeCloneNotImplementedException

Returns a new instance of CloneNotImplementedException.



127
128
# File 'lib/Ice/LocalException.rb', line 127

def initialize
end

Instance Method Details

#to_sObject



130
131
132
# File 'lib/Ice/LocalException.rb', line 130

def to_s
    '::Ice::CloneNotImplementedException'
end