Exception: Ice::IllegalIdentityException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::IllegalIdentityException
- Defined in:
- lib/Ice/LocalException.rb
Constant Summary collapse
- ICE_TYPE =
T_IllegalIdentityException
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.
363 364 365 |
# File 'lib/Ice/LocalException.rb', line 363 def initialize(id=::Ice::Identity.new) @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
371 372 373 |
# File 'lib/Ice/LocalException.rb', line 371 def id @id end |
Instance Method Details
#to_s ⇒ Object
367 368 369 |
# File 'lib/Ice/LocalException.rb', line 367 def to_s 'Ice::IllegalIdentityException' end |