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
public class ClientParameterException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientParameterException()
ClientParameterException(String message)
ClientParameterException(String message, Throwable cause)
ClientParameterException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-