Class BraveClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.jbrave.core.exceptions.BraveClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmptyTaskListException,MissingSubscriptionTokenException,RequestProcessingInterrupted,RequestRetryInterruptedException,ResponseDecompressionException
This exception is thrown when there is an error in a request involving the Brave Search API
internal client. This exception is a runtime exception and it extends
RuntimeException.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBraveClientException(String message) BraveClientException(String message, Throwable cause) BraveClientException(@NotNull Supplier<String> message) BraveClientException(@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
-
BraveClientException
-
BraveClientException
-
BraveClientException
-
BraveClientException
-