Class CannotForceNonNullableException

  • All Implemented Interfaces:
    Serializable

    public class CannotForceNonNullableException
    extends AnnotationException
    Indicates an internal attempt to mark a column as non-nullable (because it's part of a primary key, for example) when we cannot force that column to be non-nullable. This usually indicates that the "column" is actually a formula.
    See Also:
    Serialized Form
    • Constructor Detail

      • CannotForceNonNullableException

        public CannotForceNonNullableException​(String message)