Exception: Ice::ConnectionNotValidatedException

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

Constant Summary collapse

ICE_TYPE =
T_ConnectionNotValidatedException

Instance Attribute Summary

Attributes inherited from ProtocolException

#reason

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ ConnectionNotValidatedException

Returns a new instance of ConnectionNotValidatedException.



773
774
775
# File 'lib/Ice/LocalException.rb', line 773

def initialize(reason='')
    super(reason)
end

Instance Method Details

#to_sObject



777
778
779
# File 'lib/Ice/LocalException.rb', line 777

def to_s
    'Ice::ConnectionNotValidatedException'
end