Exception: Ice::ConnectionNotValidatedException
- Inherits:
-
ProtocolException
- Object
- StandardError
- Exception
- LocalException
- ProtocolException
- Ice::ConnectionNotValidatedException
- Defined in:
- lib/Ice/LocalException.rb
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.
740 741 742 |
# File 'lib/Ice/LocalException.rb', line 740 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
744 745 746 |
# File 'lib/Ice/LocalException.rb', line 744 def to_s '::Ice::ConnectionNotValidatedException' end |