@@ -34,12 +34,12 @@ /** * \param class_ The class of the object which caused the exception * \param socket The socket which is already connected * \return A new already connected exception */ -+ newWithClass: (Class)class_ - socket: (OFTCPSocket*)socket; ++ exceptionWithClass: (Class)class_ + socket: (OFTCPSocket*)socket; /** * Initializes an already allocated already connected exception. * * \param class_ The class of the object which caused the exception