Class RequestRejectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.servicetalk.client.api.RequestRejectedException
All Implemented Interfaces:
RetryableException, Serializable

public class RequestRejectedException extends IOException implements RetryableException
Thrown when a request was rejected before processing by the transport layer.
See Also:
  • Constructor Details

    • RequestRejectedException

      public RequestRejectedException(String message)
      Creates a new instance.
      Parameters:
      message - the detail message.
    • RequestRejectedException

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