public class WrongParameterException
extends javax.ws.rs.WebApplicationException
| Constructor and Description |
|---|
WrongParameterException(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.Response.Status httpReturnStatus,
String message,
Class thrownBySource,
URI help)
Instantiates a new wrong parameter exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WrongParameterException(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.Response.Status httpReturnStatus,
String message,
Class thrownBySource,
URI help)
request - the requesthttpReturnStatus - the http return statusmessage - the messagethrownBySource - the reported by sourcehelp - the helpCopyright © 2022. All Rights Reserved.