Exception: Ice::ConnectionNotValidatedException
- Inherits:
-
ProtocolException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- Ice::ConnectionNotValidatedException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_ConnectionNotValidatedException
Instance Attribute Summary
Attributes inherited from ProtocolException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ ConnectionNotValidatedException
constructor
A new instance of ConnectionNotValidatedException.
- #to_s ⇒ Object
Methods inherited from Exception
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_s ⇒ Object
777 778 779 |
# File 'lib/Ice/LocalException.rb', line 777 def to_s 'Ice::ConnectionNotValidatedException' end |