Exception: Ice::AlreadyRegisteredException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::AlreadyRegisteredException
- Defined in:
- lib/Ice/LocalException.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#kindOfObject ⇒ Object
Returns the value of attribute kindOfObject.
Instance Method Summary collapse
-
#initialize(kindOfObject = '', id = '') ⇒ AlreadyRegisteredException
constructor
A new instance of AlreadyRegisteredException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize(kindOfObject = '', id = '') ⇒ AlreadyRegisteredException
Returns a new instance of AlreadyRegisteredException.
71 72 73 74 |
# File 'lib/Ice/LocalException.rb', line 71 def initialize(kindOfObject='', id='') @kindOfObject = kindOfObject @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
80 81 82 |
# File 'lib/Ice/LocalException.rb', line 80 def id @id end |
#kindOfObject ⇒ Object
Returns the value of attribute kindOfObject.
80 81 82 |
# File 'lib/Ice/LocalException.rb', line 80 def kindOfObject @kindOfObject end |
Instance Method Details
#to_s ⇒ Object
76 77 78 |
# File 'lib/Ice/LocalException.rb', line 76 def to_s '::Ice::AlreadyRegisteredException' end |