Exception: RubyRabbitmqJanus::Errors::Tools::Cluster::RestartInstance
- Inherits:
-
BaseCluster
- Object
- StandardError
- RRJError
- BaseTools
- BaseCluster
- RubyRabbitmqJanus::Errors::Tools::Cluster::RestartInstance
- Defined in:
- lib/rrj/errors/tools/gem/cluster.rb
Instance Method Summary collapse
-
#initialize ⇒ RestartInstance
constructor
A new instance of RestartInstance.
Constructor Details
#initialize ⇒ RestartInstance
Returns a new instance of RestartInstance.
35 36 37 |
# File 'lib/rrj/errors/tools/gem/cluster.rb', line 35 def initialize super '[RestartInstance] Error for restart Janus Instance' end |