Exception: Ice::IllegalServantException

Inherits:
LocalException show all
Defined in:
lib/Ice/LocalException.rb

Constant Summary collapse

ICE_TYPE =
T_IllegalServantException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

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

#reasonObject

Returns the value of attribute reason.



388
389
390
# File 'lib/Ice/LocalException.rb', line 388

def reason
  @reason
end

Instance Method Details

#to_sObject



384
385
386
# File 'lib/Ice/LocalException.rb', line 384

def to_s
    'Ice::IllegalServantException'
end