Exception: RHC::Rest::DomainNotFoundException
- Inherits:
-
ResourceNotFoundException
- Object
- RuntimeError
- Exception
- ClientErrorException
- ResourceNotFoundException
- RHC::Rest::DomainNotFoundException
- Defined in:
- lib/rhc/rest.rb
Overview
404 errors for specific resource types
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(msg) ⇒ DomainNotFoundException
constructor
A new instance of DomainNotFoundException.
Constructor Details
#initialize(msg) ⇒ DomainNotFoundException
Returns a new instance of DomainNotFoundException.
63 64 65 |
# File 'lib/rhc/rest.rb', line 63 def initialize(msg) super(msg,127) end |