
Class ResourceVersionNotSpecifiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException
ca.uhn.fhir.rest.server.exceptions.ResourceVersionNotSpecifiedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PreconditionFailedException
Deprecated.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionResourceVersionNotSpecifiedException(int theStatusCode, String error) Deprecated.ResourceVersionNotSpecifiedException(int theStatusCode, String theMessage, IBaseOperationOutcome theOperationOutcome) Deprecated.ConstructorDeprecated.ResourceVersionNotSpecifiedException(String theMessage, IBaseOperationOutcome theOperationOutcome) Deprecated.Constructor
- 
Method SummaryMethods inherited from class ca.uhn.fhir.rest.server.exceptions.BaseServerResponseExceptionaddResponseHeader, getAdditionalMessages, getOperationOutcome, getResponseBody, getResponseHeaders, getResponseMimeType, getStatusCode, hasResponseHeaders, isErrorMessageTrusted, newInstance, setErrorMessageTrusted, setOperationOutcome, setResponseBody, setResponseMimeTypeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
STATUS_CODEDeprecated.- See Also:
 
 
- 
- 
Constructor Details- 
ResourceVersionNotSpecifiedExceptionDeprecated.
- 
ResourceVersionNotSpecifiedExceptionpublic ResourceVersionNotSpecifiedException(String theMessage, IBaseOperationOutcome theOperationOutcome) Deprecated.Constructor- Parameters:
- theMessage- The message
- theOperationOutcome- The OperationOutcome resource to return to the client
 
- 
ResourceVersionNotSpecifiedExceptionDeprecated.
- 
ResourceVersionNotSpecifiedExceptionpublic ResourceVersionNotSpecifiedException(int theStatusCode, String theMessage, IBaseOperationOutcome theOperationOutcome) Deprecated.Constructor- Parameters:
- theMessage- The message
- theOperationOutcome- The OperationOutcome resource to return to the client
 
 
- 
PreconditionFailedExceptioninstead - This exception is strangely named and will be removed at some point.