Class CannotForceNonNullableException

  • All Implemented Interfaces:
    Serializable

    public class CannotForceNonNullableException
    extends AnnotationException
    Indicates an internal attempt to mark a column as non-nullable (because its part of a PK, etc) but we cannot force that column to be non-nullable.

    Typically this indicates that the "column" is actually a formula.

    See Also:
    Serialized Form
    • Constructor Detail

      • CannotForceNonNullableException

        public CannotForceNonNullableException​(String message)