Class FHIRPersistenceProcessorException
- 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
-
- com.ibm.fhir.persistence.exception.FHIRPersistenceProcessorException
-
- All Implemented Interfaces:
Serializable
public class FHIRPersistenceProcessorException extends FHIRPersistenceException
Thrown when a failure is found processing search parameters.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FHIRPersistenceProcessorException(String message)
FHIRPersistenceProcessorException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FHIRPersistenceException
withIssue(OperationOutcome.Issue... issues)
FHIRPersistenceException
withIssue(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
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
withIssue
public FHIRPersistenceException withIssue(OperationOutcome.Issue... issues)
- Overrides:
withIssue
in classFHIRPersistenceException
-
withIssue
public FHIRPersistenceException withIssue(Collection<OperationOutcome.Issue> issues)
- Overrides:
withIssue
in classFHIRPersistenceException
-
-