Exception: Ice::FixedProxyException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::FixedProxyException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_FixedProxyException
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.
1057 1058 |
# File 'lib/Ice/LocalException.rb', line 1057 def initialize end |
Instance Method Details
#to_s ⇒ Object
1060 1061 1062 |
# File 'lib/Ice/LocalException.rb', line 1060 def to_s 'Ice::FixedProxyException' end |