@@ -38,13 +38,13 @@ * \param class_ The class of the object which caused the exception * \param socket The socket which failed to listen * \param backlog The requested size of the back log * \return A new listen failed exception */ -+ newWithClass: (Class)class_ - socket: (OFTCPSocket*)socket - backLog: (int)backlog; ++ exceptionWithClass: (Class)class_ + socket: (OFTCPSocket*)socket + backLog: (int)backlog; /** * Initializes an already allocated listen failed exception * * \param class_ The class of the object which caused the exception