Exception: Ice::IllegalIdentityException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::IllegalIdentityException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = ::Ice::Identity.new) ⇒ IllegalIdentityException
constructor
A new instance of IllegalIdentityException.
- #to_s ⇒ Object
Methods inherited from Exception
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
#id ⇒ Object
Returns the value of attribute id.
346 347 348 |
# File 'lib/Ice/LocalException.rb', line 346 def id @id end |
Instance Method Details
#to_s ⇒ Object
342 343 344 |
# File 'lib/Ice/LocalException.rb', line 342 def to_s '::Ice::IllegalIdentityException' end |