576577578579580581582583
log( "Failed to initialise search", e ); destroy(); throw( new DeviceManagerException( "Creation failed",e )); } }
262263264265266267268269270271
throws DeviceManagerException { if ( getAutoCopyToFolder()){ throw( new DeviceManagerException( "Operation prohibited - auto copy enabled" )); } doCopy(); }
146147148149150151152153154155156
throws DeviceManagerException { if ( auto ){ throw( new DeviceManagerException( "Device can't be added manually" )); } Device res = manager.createDevice( Device.DT_MEDIA_RENDERER, uid, classification, name, manual ); return( res );