Package com.ibm.fhir.server.exception
Class FHIRRestBundledRequestException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.ibm.fhir.exception.FHIRException
 - 
- com.ibm.fhir.exception.FHIROperationException
 - 
- com.ibm.fhir.server.exception.FHIRRestBundledRequestException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class FHIRRestBundledRequestException extends FHIROperationException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRRestBundledRequestException(String message)FHIRRestBundledRequestException(String message, Bundle responseBundle)FHIRRestBundledRequestException(String message, Bundle responseBundle, Throwable t)FHIRRestBundledRequestException(String message, Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundlegetResponseBundle()- 
Methods inherited from class com.ibm.fhir.exception.FHIROperationException
buildOperationOutcome, getIssues, setIssues, withIssue, withIssue 
- 
Methods inherited from class com.ibm.fhir.exception.FHIRException
addProbeId, getUniqueId, toString 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FHIRRestBundledRequestException
public FHIRRestBundledRequestException(String message)
 
- 
FHIRRestBundledRequestException
public FHIRRestBundledRequestException(String message, Throwable cause)
 
- 
FHIRRestBundledRequestException
public FHIRRestBundledRequestException(String message, Bundle responseBundle)
 
 - 
 
- 
Method Detail
- 
getResponseBundle
public Bundle getResponseBundle()
 
 - 
 
 -