Package org.smallmind.web.jersey.json
Class FormattedWebApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
org.smallmind.web.jersey.json.FormattedWebApplicationException
- All Implemented Interfaces:
Serializable
public class FormattedWebApplicationException
extends jakarta.ws.rs.WebApplicationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormattedWebApplicationException(jakarta.ws.rs.core.Response.Status status, String message, Object... args) FormattedWebApplicationException(jakarta.ws.rs.core.Response.Status status, Throwable throwable) FormattedWebApplicationException(jakarta.ws.rs.core.Response.Status status, Fault fault) -
Method Summary
Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormattedWebApplicationException
-
FormattedWebApplicationException
public FormattedWebApplicationException(jakarta.ws.rs.core.Response.Status status, Throwable throwable) -
FormattedWebApplicationException
-