Class ColumnProperty.NotNullableException

    • Constructor Detail

      • NotNullableException

        public NotNullableException()
        Deprecated.
        Constructs a new NotNullableException without a detail message.
      • NotNullableException

        public NotNullableException​(String msg)
        Deprecated.
        Constructs a new NotNullableException with the specified detail message.
        Parameters:
        msg - the detail message
      • NotNullableException

        public NotNullableException​(Throwable cause)
        Deprecated.
        Constructs a new NotNullableException from another exception.
        Parameters:
        cause - The cause of the failure