Class RequestProcessingInterrupted
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.jbrave.core.exceptions.BraveClientException
net.ygbstudio.jbrave.core.exceptions.RequestProcessingInterrupted
- All Implemented Interfaces:
Serializable
An exception that is thrown when a request processing thread is interrupted while waiting to
acquire execution admission
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequestProcessingInterrupted(String message) RequestProcessingInterrupted(String message, Throwable cause) RequestProcessingInterrupted(@NotNull Supplier<String> message) RequestProcessingInterrupted(@NotNull Supplier<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
-
Constructor Details
-
RequestProcessingInterrupted
-
RequestProcessingInterrupted
-
RequestProcessingInterrupted
-
RequestProcessingInterrupted
-