Exception: RHC::Rest::ApplicationNotFoundException
- Inherits:
-
ResourceNotFoundException
- Object
- RuntimeError
- Exception
- ClientErrorException
- ResourceNotFoundException
- RHC::Rest::ApplicationNotFoundException
- Defined in:
- lib/rhc/rest.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(msg) ⇒ ApplicationNotFoundException
constructor
A new instance of ApplicationNotFoundException.
Constructor Details
#initialize(msg) ⇒ ApplicationNotFoundException
Returns a new instance of ApplicationNotFoundException.
69 70 71 |
# File 'lib/rhc/rest.rb', line 69 def initialize(msg) super(msg,101) end |