Class FHIRPersistenceNotSupportedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.linuxforhealth.fhir.exception.FHIRException
 - 
- org.linuxforhealth.fhir.exception.FHIROperationException
 - 
- org.linuxforhealth.fhir.persistence.exception.FHIRPersistenceException
 - 
- org.linuxforhealth.fhir.persistence.exception.FHIRPersistenceNotSupportedException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class FHIRPersistenceNotSupportedException extends FHIRPersistenceException
Thrown for methods or features not yet fully implemented.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRPersistenceNotSupportedException(java.lang.String message)FHIRPersistenceNotSupportedException(java.lang.String message, java.lang.Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPersistenceNotSupportedExceptionwithIssue(java.util.Collection<OperationOutcome.Issue> issues)FHIRPersistenceNotSupportedExceptionwithIssue(OperationOutcome.Issue... issues)- 
Methods inherited from class org.linuxforhealth.fhir.exception.FHIROperationException
buildOperationOutcome, getIssues, setIssues 
- 
Methods inherited from class org.linuxforhealth.fhir.exception.FHIRException
addProbeId, getUniqueId, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
withIssue
public FHIRPersistenceNotSupportedException withIssue(OperationOutcome.Issue... issues)
- Overrides:
 withIssuein classFHIRPersistenceException
 
- 
withIssue
public FHIRPersistenceNotSupportedException withIssue(java.util.Collection<OperationOutcome.Issue> issues)
- Overrides:
 withIssuein classFHIRPersistenceException
 
 - 
 
 -