Exception: Ice::VersionMismatchException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::VersionMismatchException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_VersionMismatchException
Instance Method Summary collapse
-
#initialize ⇒ VersionMismatchException
constructor
A new instance of VersionMismatchException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ VersionMismatchException
Returns a new instance of VersionMismatchException.
199 200 |
# File 'lib/Ice/LocalException.rb', line 199 def initialize end |
Instance Method Details
#to_s ⇒ Object
202 203 204 |
# File 'lib/Ice/LocalException.rb', line 202 def to_s 'Ice::VersionMismatchException' end |