Class RequestProcessingInterrupted

All Implemented Interfaces:
Serializable

public class RequestProcessingInterrupted extends BraveClientException
An exception that is thrown when a request processing thread is interrupted while waiting to acquire execution admission
See Also:
  • Constructor Details

    • RequestProcessingInterrupted

      public RequestProcessingInterrupted(String message)
    • RequestProcessingInterrupted

      public RequestProcessingInterrupted(String message, Throwable cause)
    • RequestProcessingInterrupted

      public RequestProcessingInterrupted(@NotNull @NotNull Supplier<String> message)
    • RequestProcessingInterrupted

      public RequestProcessingInterrupted(@NotNull @NotNull Supplier<String> message, Throwable cause)