cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

Consider an unchecked ServiceException #176

Open ivan-aguirre opened 5 years ago

ivan-aguirre commented 5 years ago

Endpoints uses ServiceException to easily return the right Http Codes. Developers can extend it and create their own exceptions.

I would like to suggest a "RuntimeServiceException" for the following reasons:

best regards!!