Exception: RightScale::Exceptions::QueryFailure

Inherits:
NestedException show all
Defined in:
lib/right_agent/exceptions.rb

Overview

Database query failed

Instance Attribute Summary

Attributes inherited from NestedException

#nested_exception

Instance Method Summary collapse

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(message, nested_exception = nil)
  super(message, nested_exception)
end