The-OAG-Development-Project / Application-Gateway

OWASP Application Gateway is an HTTP proxy that handles Oauth2 authentication and session management
https://owasp.org/www-project-application-gateway/
Apache License 2.0
83 stars 4 forks source link

Change all Exceptions to the new 3 Base Exceptions #85

Closed Padi-owasp closed 3 years ago

Padi-owasp commented 3 years ago

(and their subclasses). I.e. No more RuntimeException should be thrown, our exceptions should always derive from a base exception, logging may need to be adapted as the base exception also logs on creation.