Exception: Ice::VersionMismatchException

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

Constant Summary collapse

ICE_TYPE =
T_VersionMismatchException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeVersionMismatchException

Returns a new instance of VersionMismatchException.



199
200
# File 'lib/Ice/LocalException.rb', line 199

def initialize
end

Instance Method Details

#to_sObject



202
203
204
# File 'lib/Ice/LocalException.rb', line 202

def to_s
    'Ice::VersionMismatchException'
end