Exception: Ice::IllegalIdentityException

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

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

Returns a new instance of IllegalIdentityException.



338
339
340
# File 'lib/Ice/LocalException.rb', line 338

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



346
347
348
# File 'lib/Ice/LocalException.rb', line 346

def id
  @id
end

Instance Method Details

#to_sObject



342
343
344
# File 'lib/Ice/LocalException.rb', line 342

def to_s
    '::Ice::IllegalIdentityException'
end