Exception: RightScale::Exceptions::QueryFailure
- Inherits:
-
NestedException
- Object
- StandardError
- NestedException
- RightScale::Exceptions::QueryFailure
- Defined in:
- lib/right_agent/exceptions.rb
Overview
Database query failed
Instance Attribute Summary
Attributes inherited from NestedException
Instance Method Summary collapse
-
#initialize(message, nested_exception = nil) ⇒ QueryFailure
constructor
A new instance of QueryFailure.
Constructor Details
#initialize(message, nested_exception = nil) ⇒ QueryFailure
Returns a new instance of QueryFailure.
73 74 75 |
# File 'lib/right_agent/exceptions.rb', line 73 def initialize(, nested_exception = nil) super(, nested_exception) end |