Class CardinalityConstraintViolatedException

All Implemented Interfaces:
Serializable

public class CardinalityConstraintViolatedException extends IntegrityConstraintViolatedException
This exception is thrown when cardinality restriction constraint is violated.

For example when the model expects only single value of a property but multiple are present.

See Also:
  • Constructor Details

    • CardinalityConstraintViolatedException

      public CardinalityConstraintViolatedException(String message)