Exception: Ice::FixedProxyException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::FixedProxyException
- Defined in:
- lib/Ice/LocalException.rb
Instance Method Summary collapse
-
#initialize ⇒ FixedProxyException
constructor
A new instance of FixedProxyException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ FixedProxyException
Returns a new instance of FixedProxyException.
1008 1009 |
# File 'lib/Ice/LocalException.rb', line 1008 def initialize end |
Instance Method Details
#to_s ⇒ Object
1011 1012 1013 |
# File 'lib/Ice/LocalException.rb', line 1011 def to_s '::Ice::FixedProxyException' end |