Class WarningFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
co.elastic.clients.transport.rest5_client.low_level.WarningFailureException
- All Implemented Interfaces:
Serializable
This exception is used to indicate that one or more
Response.getWarnings() exist
and is typically used when the Rest5Client is set to fail by setting
Rest5ClientBuilder.setStrictDeprecationMode(boolean) to `true`.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WarningFailureException
- Throws:
IOException
-
-
Method Details
-
getResponse
Returns theResponsethat caused this exception to be thrown.
-