Class CqlPersistenceException
- 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.cassandra.cql.CqlPersistenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class CqlPersistenceException extends FHIRPersistenceException
An exception which occurred processing a CQL operation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CqlPersistenceException(java.lang.String msg, java.lang.Throwable t)
Public constructor
-
Method Summary
-
Methods inherited from class org.linuxforhealth.fhir.persistence.exception.FHIRPersistenceException
withIssue, withIssue
-
Methods inherited from class org.linuxforhealth.fhir.exception.FHIROperationException
buildOperationOutcome, getIssues, setIssues
-
Methods inherited from class org.linuxforhealth.fhir.exception.FHIRException
addProbeId, getUniqueId, toString
-
-