Class InvalidHttpQueryParamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.http.error.BadRequestException
-
- io.streamthoughts.azkarra.http.error.InvalidHttpQueryParamException
-
- All Implemented Interfaces:
Serializable
public class InvalidHttpQueryParamException extends BadRequestException
Exception which is thrown when a param is missing or invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidHttpQueryParamException(String param)
Creates a newInvalidHttpQueryParamException
instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidHttpQueryParamException
public InvalidHttpQueryParamException(String param)
Creates a newInvalidHttpQueryParamException
instance.- Parameters:
param
- the invalid or missing query param.
-
-