Exception: BackgrounDRb::NoServerAvailable
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- BackgrounDRb::NoServerAvailable
- Defined in:
- lib/backgroundrb/bdrb_conn_error.rb
Overview
raised when connection to all of the available servers failed
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ NoServerAvailable
constructor
A new instance of NoServerAvailable.
Constructor Details
permalink #initialize(message) ⇒ NoServerAvailable
Returns a new instance of NoServerAvailable.
13 14 15 |
# File 'lib/backgroundrb/bdrb_conn_error.rb', line 13 def initialize() @message = end |
Instance Attribute Details
permalink #message ⇒ Object
Returns the value of attribute message.
12 13 14 |
# File 'lib/backgroundrb/bdrb_conn_error.rb', line 12 def @message end |