class DatabaseCheckException < CheckException def self.unhandled_database_type(type) self.new(:unhandled_database_type, type) end def self.maintenance_exception(data) self.new(:maintenance_exception, data) end end