Package com.aquima.web.api.exception
Class ClientParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aquima.web.api.exception.ClientParameterException
- All Implemented Interfaces:
Serializable
Exception is thrown when a parameter is expected from client but it is missing or not correct
- Since:
- 11.6
- Author:
- Mihai Bob
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientParameterException
(String message) ClientParameterException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString