Class JaxRsResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
ca.uhn.fhir.jaxrs.server.interceptor.JaxRsResponseException
- All Implemented Interfaces:
Serializable
public class JaxRsResponseException
extends ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
A JEE wrapper exception that will not force a rollback.
- Author:
- Peter Van Houte | peter.vanhoute@agfa.com | Agfa Healthcare
- See Also:
-
Constructor Summary
ConstructorDescriptionJaxRsResponseException
(ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException base) Utility constructor -
Method Summary
Methods inherited from class ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
addResponseHeader, getAdditionalMessages, getOperationOutcome, getResponseBody, getResponseHeaders, getResponseMimeType, getStatusCode, hasResponseHeaders, isErrorMessageTrusted, newInstance, setErrorMessageTrusted, setOperationOutcome, setResponseBody, setResponseMimeType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JaxRsResponseException
Utility constructor- Parameters:
base
- the base exception
-