Package com.aquima.web.rest.v1.exception
Class InvalidParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.web.rest.v1.exception.RestException
com.aquima.web.rest.v1.exception.InvalidParameterException
- All Implemented Interfaces:
Serializable
This exception is thrown if a query parameter or a path parameter is invalid.
- Since:
- 9.6
- Author:
- Voicu Moldovan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidParameterException
(String message) InvalidParameterException
(String message, Throwable cause) -
Method Summary
Methods inherited from class com.aquima.web.rest.v1.exception.RestException
getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString