When you look in the core code of Magento 2, in Framework/Exception, you see that there is many different kinds of Exceptions.
If for most of them their goal is very obvious by their name, but what is the purpose of these ones :
- LocalizedException ;
- StateException ;
- IntegrationException.