Class ConstraintViolationException

All Implemented Interfaces:
Serializable

public class ConstraintViolationException extends JRDFoxException
This exception is thrown when an attempt is made to commit a transaction in which the default RDF graph contains at least one instance of the class https://rdfox.com/vocabulary#ConstraintViolation.
See Also:
  • Constructor Details

    • ConstraintViolationException

      public ConstraintViolationException()
    • ConstraintViolationException

      public ConstraintViolationException(String message)
    • ConstraintViolationException

      public ConstraintViolationException(String message, Throwable cause)