@@ -47,11 +47,12 @@ { self = [super init]; #ifndef OF_WINDOWS if (_cancelFD[0] >= (int)FD_SETSIZE) - @throw [OFInitializationFailedException exception]; + @throw [OFInitializationFailedException + exceptionWithClass: [self class]]; #endif FD_ZERO(&_readFDs); FD_ZERO(&_writeFDs); FD_SET(_cancelFD[0], &_readFDs);