Exception: Ice::IllegalServantException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::IllegalServantException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ IllegalServantException
constructor
A new instance of IllegalServantException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(reason = '') ⇒ IllegalServantException
Returns a new instance of IllegalServantException.
354 355 356 |
# File 'lib/Ice/LocalException.rb', line 354 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
362 363 364 |
# File 'lib/Ice/LocalException.rb', line 362 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
358 359 360 |
# File 'lib/Ice/LocalException.rb', line 358 def to_s '::Ice::IllegalServantException' end |