advantageous / qbit

The Java microservice lib. QBit is a reactive programming lib for building microservices - JSON, HTTP, WebSocket, and REST. QBit uses reactive programming to build elastic REST, and WebSockets based cloud friendly, web services. SOA evolved for mobile and cloud. ServiceDiscovery, Health, reactive StatService, events, Java idiomatic reactive programming for Microservices.
http://advantageous.github.io/qbit/
Apache License 2.0
709 stars 140 forks source link

Not to lose SoftenedException with just a message #774

Closed bbyk closed 7 years ago

bbyk commented 7 years ago

Exceptions.SoftenedException has a constructor that does not take cause therefore in this case we won't know anything about the error that's just happened. The special treatment for SoftenedException needs to be ignored if the cause is not set.