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
Thrown by
LoadBalancer when all available services are not acceptable for some, arbitrary, reason- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new NoAcceptableServiceInstanceFoundException.NoAcceptableServiceInstanceFoundException(String message, Throwable cause) Creates a new NoAcceptableServiceInstanceFoundException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoAcceptableServiceInstanceFoundException
Creates a new NoAcceptableServiceInstanceFoundException.- Parameters:
message- the message
-
NoAcceptableServiceInstanceFoundException
Creates a new NoAcceptableServiceInstanceFoundException.- Parameters:
message- the messagecause- the cause
-