Exception: Ice::VersionMismatchException

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

#initializeVersionMismatchException

Returns a new instance of VersionMismatchException.



184
185
# File 'lib/Ice/LocalException.rb', line 184

def initialize
end

Instance Method Details

#to_sObject



187
188
189
# File 'lib/Ice/LocalException.rb', line 187

def to_s
    '::Ice::VersionMismatchException'
end