public class InternalServerException
extends javax.ws.rs.WebApplicationException
| Constructor and Description |
|---|
InternalServerException(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.Response.Status httpReturnStatus,
String message,
Class thrownBySource,
URI help)
Instantiates a new bad parameter exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalServerException(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 thrown by sourcehelp - the helpCopyright © 2022. All Rights Reserved.