Exception: Ice::NoEndpointException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::NoEndpointException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
-
#proxy ⇒ Object
Returns the value of attribute proxy.
Instance Method Summary collapse
-
#initialize(proxy = '') ⇒ NoEndpointException
constructor
A new instance of NoEndpointException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(proxy = '') ⇒ NoEndpointException
Returns a new instance of NoEndpointException.
242 243 244 |
# File 'lib/Ice/LocalException.rb', line 242 def initialize(proxy='') @proxy = proxy end |
Instance Attribute Details
#proxy ⇒ Object
Returns the value of attribute proxy.
250 251 252 |
# File 'lib/Ice/LocalException.rb', line 250 def proxy @proxy end |
Instance Method Details
#to_s ⇒ Object
246 247 248 |
# File 'lib/Ice/LocalException.rb', line 246 def to_s '::Ice::NoEndpointException' end |