Zend_Fileでnewできない

$upload = new Zend_File_Transfer();

でかならずImplementation in progressといわれる

Zend_File_Transferのソース見ると

    public function __construct($protocol = null)
    {
        require_once 'Zend/File/Transfer/Exception.php';
        throw new Zend_File_Transfer_Exception('Implementation in progress');

#以下略

になってるけど、これだと必ずexceptionがthrowされてあたりまえな気がするけど。。。なんで?