Exception: Ice::IllegalServantException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::IllegalServantException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_IllegalServantException
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.
380 381 382 |
# File 'lib/Ice/LocalException.rb', line 380 def initialize(reason='') @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
388 389 390 |
# File 'lib/Ice/LocalException.rb', line 388 def reason @reason end |
Instance Method Details
#to_s ⇒ Object
384 385 386 |
# File 'lib/Ice/LocalException.rb', line 384 def to_s 'Ice::IllegalServantException' end |