Package org.opensearch.action
Class ActionRequestValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.opensearch.common.ValidationException
org.opensearch.action.ActionRequestValidationException
- All Implemented Interfaces:
Serializable
@PublicApi(since="1.0.0")
public class ActionRequestValidationException
extends org.opensearch.common.ValidationException
Base exception for an action request validation
- See Also:
- Opensearch.internal:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensearch.common.ValidationException
addValidationError, addValidationErrors, getMessage, validationErrors
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActionRequestValidationException
public ActionRequestValidationException()
-