Exception: Ice::DispatchException
- Inherits:
-
LocalException
- Object
- StandardError
- Exception
- LocalException
- Ice::DispatchException
- Defined in:
- ruby/Ice/LocalExceptions.rb
Overview
Dispatch exceptions
Direct Known Subclasses
Instance Attribute Summary collapse
-
#replyStatus ⇒ Object
readonly
Returns the value of attribute replyStatus.
Instance Method Summary collapse
-
#initialize(replyStatus, msg) ⇒ DispatchException
constructor
A new instance of DispatchException.
Constructor Details
#initialize(replyStatus, msg) ⇒ DispatchException
Returns a new instance of DispatchException.
12 13 14 15 |
# File 'ruby/Ice/LocalExceptions.rb', line 12 def initialize(replyStatus, msg) super(msg) @replyStatus = replyStatus end |
Instance Attribute Details
#replyStatus ⇒ Object (readonly)
Returns the value of attribute replyStatus.
17 18 19 |
# File 'ruby/Ice/LocalExceptions.rb', line 17 def replyStatus @replyStatus end |