@@ -33,12 +33,12 @@ /** * \param class_ The class of the object which caused the exception * \param thread The thread which could not be joined * \return A new thread join failed exception */ -+ newWithClass: (Class)class_ - thread: (OFThread*)thread; ++ exceptionWithClass: (Class)class_ + thread: (OFThread*)thread; /** * Initializes an already allocated thread join failed exception. * * \param class_ The class of the object which caused the exception