@@ -211,12 +211,12 @@ } - (void)setDataStorage: (id )dataStorage { if (_rosterRequested) - @throw [OFInvalidArgumentException - exceptionWithClass: [self class]]; + /* FIXME: Find a better exception! */ + @throw [OFInvalidArgumentException exception]; _dataStorage = dataStorage; } - (XMPPConnection*)connection