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.
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.
Exceptions.SoftenedException
has a constructor that does not takecause
therefore in this case we won't know anything about the error that's just happened. The special treatment forSoftenedException
needs to be ignored if thecause
is not set.