Package io.strimzi.kafka.oauth.jsonpath
Class JsonPathQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.strimzi.kafka.oauth.jsonpath.JsonPathQueryException
- All Implemented Interfaces:
Serializable
A runtime exception signalling a syntactic or semantic error during JsonPathQuery or JsonPathFilterQuery parsing
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonPathQueryException(String message, Throwable cause) Create a new instance -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonPathQueryException
Create a new instance- Parameters:
message- Error messagecause- The original exception
-