Class FHIRPersistenceException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.ibm.fhir.exception.FHIRException
 - 
- com.ibm.fhir.exception.FHIROperationException
 - 
- com.ibm.fhir.persistence.exception.FHIRPersistenceException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 CqlPersistenceException,FHIRPersistenceDataAccessException,FHIRPersistenceDBCleanupException,FHIRPersistenceDBConnectException,FHIRPersistenceIfNoneMatchException,FHIRPersistenceInterceptorException,FHIRPersistenceNotSupportedException,FHIRPersistenceProcessorException,FHIRPersistenceResourceDeletedException,FHIRPersistenceResourceNotFoundException,FHIRPersistenceVersionIdMismatchException
public class FHIRPersistenceException extends FHIROperationException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FHIRPersistenceException(java.lang.String message)FHIRPersistenceException(java.lang.String message, java.lang.Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPersistenceExceptionwithIssue(OperationOutcome.Issue... issues)FHIRPersistenceExceptionwithIssue(java.util.Collection<OperationOutcome.Issue> issues)- 
Methods inherited from class com.ibm.fhir.exception.FHIROperationException
buildOperationOutcome, getIssues, setIssues 
- 
Methods inherited from class com.ibm.fhir.exception.FHIRException
addProbeId, getUniqueId, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
withIssue
public FHIRPersistenceException withIssue(OperationOutcome.Issue... issues)
- Overrides:
 withIssuein classFHIROperationException
 
- 
withIssue
public FHIRPersistenceException withIssue(java.util.Collection<OperationOutcome.Issue> issues)
- Overrides:
 withIssuein classFHIROperationException
 
 - 
 
 -