Class NoAcceptableServiceInstanceFoundException

All Implemented Interfaces:
Serializable

public class NoAcceptableServiceInstanceFoundException extends NoServiceInstanceFoundException
Thrown by LoadBalancer when all available services are not acceptable for some, arbitrary, reason
See Also:
  • Constructor Details

    • NoAcceptableServiceInstanceFoundException

      public NoAcceptableServiceInstanceFoundException(String message)
      Creates a new NoAcceptableServiceInstanceFoundException.
      Parameters:
      message - the message
    • NoAcceptableServiceInstanceFoundException

      public NoAcceptableServiceInstanceFoundException(String message, Throwable cause)
      Creates a new NoAcceptableServiceInstanceFoundException.
      Parameters:
      message - the message
      cause - the cause