Exception: Ice::IllegalIdentityException

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

Constant Summary collapse

ICE_TYPE =
T_IllegalIdentityException

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initialize(id = ::Ice::Identity.new) ⇒ IllegalIdentityException

Returns a new instance of IllegalIdentityException.



363
364
365
# File 'lib/Ice/LocalException.rb', line 363

def initialize(id=::Ice::Identity.new)
    @id = id
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



371
372
373
# File 'lib/Ice/LocalException.rb', line 371

def id
  @id
end

Instance Method Details

#to_sObject



367
368
369
# File 'lib/Ice/LocalException.rb', line 367

def to_s
    'Ice::IllegalIdentityException'
end