Class FHIRRestBundledRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.linuxforhealth.fhir.exception.FHIRException
-
- org.linuxforhealth.fhir.exception.FHIROperationException
-
- org.linuxforhealth.fhir.server.exception.FHIRRestBundledRequestException
-
- All Implemented Interfaces:
java.io.Serializable
public class FHIRRestBundledRequestException extends FHIROperationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRRestBundledRequestException(java.lang.String message)
FHIRRestBundledRequestException(java.lang.String message, java.lang.Throwable cause)
FHIRRestBundledRequestException(java.lang.String message, Bundle responseBundle)
FHIRRestBundledRequestException(java.lang.String message, Bundle responseBundle, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bundle
getResponseBundle()
-
Methods inherited from class org.linuxforhealth.fhir.exception.FHIROperationException
buildOperationOutcome, getIssues, setIssues, withIssue, withIssue
-
Methods inherited from class org.linuxforhealth.fhir.exception.FHIRException
addProbeId, getUniqueId, toString
-
-
-
-
Constructor Detail
-
FHIRRestBundledRequestException
public FHIRRestBundledRequestException(java.lang.String message)
-
FHIRRestBundledRequestException
public FHIRRestBundledRequestException(java.lang.String message, java.lang.Throwable cause)
-
FHIRRestBundledRequestException
public FHIRRestBundledRequestException(java.lang.String message, Bundle responseBundle)
-
FHIRRestBundledRequestException
public FHIRRestBundledRequestException(java.lang.String message, Bundle responseBundle, java.lang.Throwable t)
-
-
Method Detail
-
getResponseBundle
public Bundle getResponseBundle()
-
-