class RHC::HighAvailabilityNotSupportedException
Public Class Methods
new(message="The server does not support high availability")
click to toggle source
Calls superclass method
RHC::Exception.new
# File lib/rhc/exceptions.rb, line 318 def initialize(message="The server does not support high availability") super message, 135 end