Exception: RHC::JenkinsNotInstalledOnServer

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(message = "There is no installed cartridge that exposes Jenkins") ⇒ JenkinsNotInstalledOnServer

Returns a new instance of JenkinsNotInstalledOnServer.



53
54
55
# File 'lib/rhc/exceptions.rb', line 53

def initialize(message="There is no installed cartridge that exposes Jenkins")
  super message, 160
end