Which UiPath exception goes to the next transaction?

I am working with a ReFramework. I uploading a CVS file with data into a queue in Orchestrator. In my process I am running each item that I have uploaded into the queue and if doesn’t match a criteria I want to simply go to the next item in the queue.

Which exception do I have to throw in order for the process to go to the next one?

Usually we use a BusinessException to do that and pass a message to explain it.