Package io.smallrye.stork.api
Class NoAcceptableServiceInstanceFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.smallrye.stork.api.NoServiceInstanceFoundException
-
- io.smallrye.stork.api.NoAcceptableServiceInstanceFoundException
-
- All Implemented Interfaces:
Serializable
public class NoAcceptableServiceInstanceFoundException extends NoServiceInstanceFoundException
Thrown byLoadBalancerwhen all available services are not acceptable for some, arbitrary, reason- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAcceptableServiceInstanceFoundException(String message)NoAcceptableServiceInstanceFoundException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-