@@ -38,13 +38,13 @@ * \param class_ The class of the object which caused the exception * \param path The path of the file * \param mode The new mode for the file * \return An initialized change file mode failed exception */ -+ newWithClass: (Class)class_ - path: (OFString*)path - mode: (mode_t)mode; ++ exceptionWithClass: (Class)class_ + path: (OFString*)path + mode: (mode_t)mode; /** * Initializes an already allocated change file mode failed exception. * * \param class_ The class of the object which caused the exception