Exception: RHC::Rest::DomainNotFoundException

Inherits:
ResourceNotFoundException show all
Defined in:
lib/rhc/rest.rb

Overview

404 errors for specific resource types

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

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